Kiran Kumar Panigrahi has Published 389 Articles

Difference between NodeJS and AngularJS

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 28-Jul-2022 11:40:33

1K+ Views

The demand for different programming languages is constantly shifting due to the creation of new mobile and online applications. Additionally, emerging programming languages provide useful capabilities for the construction of powerful websites. A study done by developers at 2020 shows that JavaScript is widely considered to be one of the ... Read More

Difference between inheritance and composition in Java

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 28-Jul-2022 11:37:32

4K+ Views

In computer programming, the concept of reusable code refers to the utilisation of previously developed software in the construction of new software. Reusability of code is recognised as an essential component of productive functionality. Establishing associations between classes is one method that object-oriented programming uses to encourage this.In object-oriented programming, ... Read More

Difference between Hive and HBase

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 28-Jul-2022 10:38:07

2K+ Views

Hive and HBase are Hadoop-based Big Data solutions. These technologies serve different purposes in almost any real use scenario. When you log onto Facebook, you may see your friend's list, a news feed, ad suggestions, friend suggestions, etc. Twitter is similar.Apache Hadoop, along with other technologies we'll explore today, such ... Read More

Difference between constructor and method in Java

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 28-Jul-2022 10:26:00

12K+ Views

Classes are the fundamental building blocks of Java. It is a programmable template that can be expanded upon, and it determines the form and characteristics of an item. One may say that a class is the most fundamental component of an object oriented programming language like Java. Each and every ... Read More

Difference between Cold Booting and Warm Booting

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 28-Jul-2022 10:14:57

11K+ Views

When a user presses the power button on their computer, it initiates the process known as "booting, " which loads and starts the operating system. Booting can also be thought of as a series of actions where the ROM of the computer is accessed in order to load the startup ... Read More

Difference between abstract class and interface

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 28-Jul-2022 08:34:09

6K+ Views

An abstract class can contain both abstract and non-abstract methods, whereas an Interface can have only abstract methods. Abstract classes are extended, while Interfaces are implemented. Read through this article to find out the other differences between an Abstract Class and an Interface and how they are used in real ... Read More

Difference b/w getText() and getAttribute() in Selenium WebDriver

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 28-Jul-2022 08:13:54

10K+ Views

Selenium WebDriver is an automation tool that is used to automate the testing of web applications and make sure they work as expected. Automation means the programmer doesn't have to write testing scripts; Selenium can write test cases without any script.Selenium supports a wide variety of programming languages such as ... Read More

Difference between 1G and 2G protocols

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 27-Jul-2022 10:21:29

3K+ Views

After the launch of the first generation mobile network in the early 1980s, the mobile wireless communication system has gone through numerous stages of evolution in the last several decades. Because there was such a high demand for new connections throughout the world, mobile communication standards progressed quickly to accommodate ... Read More

Difference Between 2D and 3D Shapes

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 27-Jul-2022 10:20:56

11K+ Views

2D shapes are flat with only length and breadth, while 3D shapes are solid objects with length, breadth, and height. In this brief article, we will take a look at the features of 2D and 3D shapes and identify how they differ from each other.2D ShapesA 2D shape has two ... Read More

Difference between accrual and provision.

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 27-Jul-2022 10:17:55

6K+ Views

Accruals and Provisions are concepts in Financial Accounting that are used in different types of situations. Provisions are done for expenses that have not been occurred yet, while Accruals are funds kept aside to clear the unpaid dues. In this article, we will have a detailed look at how Accruals ... Read More

Advertisements