Java Quick revision
UNIT I Parameters Java C++ First Release The Java language came into existence on 23rd May 1995. The C++ language first came into existence in October 1985. A stable form of Release The JDK 14 or Java SE was finally released on 17th March 2020. The C++ 17 was released back in December 2017. Founder James Gosling developed Java at Sun Microsystems. Bjarne Stroustrup developed C++ at Bell Labs back in 1979 in the form of an extension to the C language. Platform Dependency The Java bytecode can easily work on any given OS (operating system). It is very much platform-independent. The C++ language is platform-dependent. It means that we need to compile it for a different platform. Official Website The official website for Java is oracle.com/java The official website for C++ is isocpp.org Influenced By The C#, C++, Pascal, Ada 83, and many more languages have an influence on the Java language. Smalltalk, Simula, ML, C, ALGOL 68, Ada, and many more languages have an influence on the C++ langu...
Comments
Post a Comment