Kiran Kumar Panigrahi has Published 425 Articles

Difference Between Go and Python Programming Language

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 28-Jul-2022 12:34:26

261 Views

Python debuted in 1991. Google released Golang in 2012. Google's programmers built Golang to expedite development and improve other languages. Golang has stricter grammar and layout than Python.Golang allows multitasking, use of channels, goroutines, etc. Golang can be used in networking, cloud, and server-side projects. Golang can automate DevOps and ... Read More

Difference between EIGRP and OSPF

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 28-Jul-2022 12:23:51

2K+ Views

EIGRP stands for Enhanced Interior Gateway Routing Protocol. It is used to share information between routers lying in the same region. It can be easily implemented in small as well as large networks.OSPF stands for Open Shortest Path first. It is used on variable-length subnet masking (VLSM) and discontinuous networks. ... Read More

Difference Between DDA and Bresenham Line Drawing algorithm

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 28-Jul-2022 12:19:02

10K+ Views

The realm of computer graphics is an expansive one that is always undergoing development. It involves a variety of concepts and ideas, of which "drawing a line" is the most fundamental tasks involved in working with graphical media.There are two algorithmic rules that are followed while drawing a line on ... Read More

Difference between SQL and NoSQL

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 28-Jul-2022 11:51:45

3K+ Views

Both SQL and NoSQL Databases have their set of advantages and disadvantages. SQL databases can be considered when you are looking for data consistency, reliability, integrity, and when the data is structured. NoSQL databases are a much better option if the data is large, semi-structured, or unstructured and you are ... Read More

Difference between NodeJS and AngularJS

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

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

907 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

3K+ 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

11K+ 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

9K+ 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

5K+ 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

Advertisements