Mahesh Parahar has Published 253 Articles

Difference between Cyber Security and Information Security

Mahesh Parahar

Mahesh Parahar

Updated on 24-Feb-2020 12:06:11

716 Views

Cyber Security and Information Security both terms are synonymous with each other the difference between the two comes when nature of data which is going to secure. In nutshell Cyber security deals with protecting networks, computers, and data from unauthorized electronic access while Information security deals with protecting information assets ... Read More

Difference between Cost Variance and Schedule Variance

Mahesh Parahar

Mahesh Parahar

Updated on 24-Feb-2020 12:04:38

418 Views

For any application or specifically for any project the one of the most concern factors are its budget management and time management in both pre development and post development phase. So to evaluate these both prime factors of any project there are many ways among which Cost Variance and Schedule ... Read More

Difference between Cost Performance Index (CPI) and Schedule Performance Index (SPI)

Mahesh Parahar

Mahesh Parahar

Updated on 24-Feb-2020 12:03:12

606 Views

For any application or specifically for any project the most concern factor is its performance in both pre development and post development phase. So to evaluate the performance of any project there are many ways among which Cost Performance Index (CPI) and Schedule Performance Index (SPI) are the two important ... Read More

Difference between Abstract Class and Interface in C# Program

Mahesh Parahar

Mahesh Parahar

Updated on 24-Feb-2020 11:51:10

2K+ Views

As we all know that C# is an object oriented programming just like Java and provides full support for object-oriented concepts that are Encapsulation, Abstraction, Inheritance, and Polymorphism. In contrast to Abstraction both Abstract class and Interface are coming out in picture as both of these provides abstraction in C# ... Read More

Differences between Interface and Integration Testing.

Mahesh Parahar

Mahesh Parahar

Updated on 24-Feb-2020 11:32:56

1K+ Views

As we know that testing is the most important stage in the process of delivery of any application or software as it is only testing which not only validate the quality of an application but also provides an opportunity to the developer to improve its product.Every application is being developed ... Read More

Differences between Bootstrap and JQuery UI

Mahesh Parahar

Mahesh Parahar

Updated on 24-Feb-2020 11:32:00

926 Views

Both bootstrap and jquery are used in web development and primarily for the frontend development. As code of bootstrap and jquery majorly executed at client end so also responsible for style and look and feel of the UI.Mostly every application is being developed on two platforms i.e backend and frontend ... Read More

Differences between Black Box Testing vs. White Box Testing.

Mahesh Parahar

Mahesh Parahar

Updated on 24-Feb-2020 11:27:48

866 Views

As we know that testing is the most important stage in the process of delivery of any application or software as it is only testing which not only validate the quality of an application but also provides an opportunity to the developer to improve its product.Every application is being developed ... Read More

Difference between var and dynamic in C#

Mahesh Parahar

Mahesh Parahar

Updated on 24-Feb-2020 11:25:58

5K+ Views

As we know that programming in any language get starts with declaration a variable after which its definition and logic implementation take place. So it is one of the most important factors to know that how to declare variable in any programming language before starts coding in it.Now if we ... Read More

Difference between Traditional Collections and Concurrent Collections in java

Mahesh Parahar

Mahesh Parahar

Updated on 24-Feb-2020 11:17:20

781 Views

In Java as we know that Collections are one of most important concept which makes Java as a powerful language in itself. It is only support of collections in Java which make it to support any type of data in a convenient and efficient way along with possible CRUD operations ... Read More

Difference between Static and Shared libraries

Mahesh Parahar

Mahesh Parahar

Updated on 24-Feb-2020 11:03:30

3K+ Views

In programming context library is something which has some sort of that code which is pre compiled and could get reused in any program for some specific functionality or feature.Now on the basis of execution and storage of this code library is classified in two types i.e Static library and ... Read More

Advertisements