
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Kiran Kumar Panigrahi has Published 392 Articles

Kiran Kumar Panigrahi
5K+ Views
JSP and ASP are both server-side scripting languages. JSP is Java based and is developed by Sun Microsystems, whereas ASP is developed by Microsoft and is also referred as Classic ASP. Whenever a browser requests a JSP or ASP page, the server engine reads the file, executes the code in ... Read More

Kiran Kumar Panigrahi
2K+ Views
Provisions are used in financial accounting to set aside funds to provide for a future excepted loss/liability. It is compulsory for companies to make Provisions to meet their future expenses. Reserves, on the other hand, are the surplus funds that a company sets aside in order to invest in future ... Read More

Kiran Kumar Panigrahi
13K+ Views
A stateless protocol is one in which each communication is treated as a separate event, unrelated to other communications of the same type.A stateful protocol, on the other hand, is the polar opposite of a stateless protocol, in which each communication is treated as part of a broader sequence.Read through ... Read More

Kiran Kumar Panigrahi
19K+ Views
From a security standpoint, threats and attacks are two critical occurrences. From the perspective of network security, it is critical to grasp the differences between the two.A threat in the realm of information security is the presence of a persistent hazard to information integrity. This might take the shape of ... Read More

Kiran Kumar Panigrahi
22K+ Views
Both WiFi and Bluetooth are wireless technologies that are widely used to send and receive data wirelessly using radio signals. WiFi is for high-speed Internet access that connects nearby devices with each other and share the Internet via hotspots, whereas Bluetooth is used for connecting devices in short range.Go through ... Read More

Kiran Kumar Panigrahi
5K+ Views
WiFi and LiFi used to send and receive data wirelessly. WiFi uses Routers and Radio Frequency whereas LiFi uses LED bulbs and Light signals to transfer and receive data.Following are the important differences between WiFi and LiFi.Sr. No.KeyWiFiLiFi1DefinitionWiFi stands for Wireless Fidelity.LiFi stands for Light Fidelity.2InventedWiFi was invented by NCR ... Read More

Kiran Kumar Panigrahi
5K+ Views
IMAP and POP3 are the most widely used standard protocol for email retrieval. Both these protocols are supported by almost all current email clients and servers. Go through this article to find out more about POP3 and IMAP, how they function, and what are the major differences between these two ... Read More

Kiran Kumar Panigrahi
665 Views
Golang provides us with different approaches that we can use to print custom errors. We will explore two such approaches in this article.The first approach requires us to make use of the error.New() function which will create a new error, and we can even pass a string of our choice ... Read More

Kiran Kumar Panigrahi
4K+ Views
Splitting a string means being able to get a part of a string, and that part can either be based on a position or a character in the string.In Go, if we want to split a string on the basis of positions, we can make use of the [ ] ... Read More

Kiran Kumar Panigrahi
978 Views
Classification of LiabilitiesDifferent types of liabilities can fall under the following three categories −Current liabilities are the liabilities that are due and payable within one year. These are also known as "short-term liabilities".Non-current liabilities are the liabilities that have to be cleared after a year or more, hence these are ... Read More