Kiran Kumar Panigrahi has Published 425 Articles

What is the difference between an EXE and a DLL and how is it getting generated?

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 04-Aug-2022 07:40:18

12K+ Views

You can choose between creating an EXE or a DLL when writing Dot NET code. Both of these include executable code, however, DLL and EXE operate differently from one another. The EXE will create its own thread and reserve resources for it if you run it. A DLL file, on ... Read More

Difference between Delete and truncate in sql query

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 04-Aug-2022 07:36:51

16K+ Views

Both the TRUNCATE statement and the DELETE statement are included in the category of SQL queries for deleting the data stored in a table. They carry out deletion operations on records or rows of a table that are no longer needed. A condition is applied before each entry in the ... Read More

Difference between Browsing and Surfing

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 04-Aug-2022 07:29:53

9K+ Views

When you search the Internet, do you know whether you are browsing the internet or just surfing? Next time you go on the Internet, you may relate to the following points to decide whether you are browsing or surfing. What is Browsing? When people visit a website, they cannot open ... Read More

What is the difference between jQuery and JavaScript?

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 28-Jul-2022 16:07:56

2K+ Views

Both JavaScript and jQuery serve the same overarching objective of making the webpages more interactive and dynamic. They give the websites a sense of vibrancy. People may ask why there is a need for two distinct ideas if they serve the same function and are utilised in the same way. ... Read More

Difference between Star and Ring Topology

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 28-Jul-2022 13:42:29

11K+ Views

What is Topology?Network Topology is the way network links and nodes are connected with each other. The physical signal transmission medium is referred to as network topology. On the other hand, "logical network topology" refers to how the data flows through a network among the connected devices, regardless of their ... Read More

Difference between Star and Mesh Topology

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 28-Jul-2022 13:38:52

8K+ Views

What is Topology?Network Topology is the way network links and nodes are connected with each other. The physical signal transmission medium is referred to as network topology. On the other hand, "logical network topology" refers to how the data flows through a network among the connected devices, regardless of their ... Read More

Difference between site to site VPN and remote access VPN

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 28-Jul-2022 13:36:28

2K+ Views

Both Site-to-Site VPN and Remote Access VPN are types of virtual private networks used primarily for transferring data and accessing a machine from a remote location under a secure network which acts as a private network across the machines.In this article, we will differentiate Site-to-Site VPN and Remote Access VPN ... Read More

Scala vs Java

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 28-Jul-2022 13:31:02

462 Views

Scala and Java are two of the most widely used high-level programming languages in the world of today's computer programming. Scala was developed specifically to address a number of Java's limitations. In particular, it is intended to be as condensed and terse as possible, with the goal of reducing the ... Read More

Difference between Ring Topology and Mesh Topology

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 28-Jul-2022 13:09:47

1K+ Views

What is Topology?Network Topology is the way network links and nodes are connected with each other. The physical signal transmission medium is referred to as network topology. On the other hand, "logical network topology" refers to how the data flows through a network among the connected devices, regardless of their ... Read More

Difference Between PHP and JavaScript

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 28-Jul-2022 12:42:36

7K+ Views

JavaScript and PHP are two of the most widely used and flexible computer languages that are used for building websites.PHP is currently the most widely used scripting language for server-side development, whereas JavaScript is a client-side scripting language. PHP is responsible for handling things on the server side, whereas JavaScript ... Read More

Advertisements