In the high level language the statements can be defined in the format that can be understood by the user easily. If requirement is there to modify,add and remove some implementation than easily user will be able to perform.
When you writing the statement in high level language then it is known as source code. Sourcde code can be understood by the user but can't be understood by the device. So, you need to use some converters
Interpreter and Compiler are the application/programme provided by the language vendor. It will be used to verify the statements available in the Source code.
It is a concept/methodology that will be used to design the application component using the objects. Object can be define as real time entities that has some property and perform some task.
Java application is also known as:-"Write Once Run Anywhere"
It is develope by SUN Microsystem and realeased in 1995. Now SUN is acquired by ORACLE in 2010.
Version Names | Release Date |
---|---|
JDK Beta | 1995 |
JDK 1.0 | January 1996 |
JDK 1.1 | February 1997 |
J2SE 1.2 | December 1998 |
J2SE 1.3 | May 2000 |
J2SE 1.4 | February 2002 |
J2SE 5.0 | September 2004 |
Java SE 6 | December 2006 |
Java SE 7 | July 2011 |
Java SE 8 (LTS) | March 2014 |
Java SE 9 | September 2017 |
Java SE 10 | March 2018 |
Java SE 11 (LTS) | September 2018 |
Java SE 12 | March 2019 |
Java SE 13 | September 2019 |
Java SE 14 | March 2020 |
Java SE 15 | September 2020 |
Java SE 16 | March 2021 |
Java SE 17 (LTS) | September 2021 |
Comments