Description of main() method in java

public static void main(string args[]) public: This method is declared public so that it is accessible by JVM. static: static members do not need instance of the class. So JVM …

Evolution of java

Java is an object oriented programming language which derived most of its features from C++. This project was initiated in 1991 by James Gosling who had in his mind to …

Evolution of C++

C++ programming language was developed by Bjarne Stroustrup in 1983. He started with project around 1980 and launched in 1983. He had a concept in his mind to develop such …

Evolution of C programming

In 1969 a person named Dennies Ritchie started working on a project which is initially developed for UNIX operating system. Dennies had in his mind to make UNIX operating system …