Java Brief History


Brief History about Java


Java is an Object Oriented programming language designed by James Gosling and his team in the year 1991.

Major release versions of Java, along with their release dates


java_versions
Java’s primary goal was WORA(Write Once Run Anywhere).

So we can run Java program in any of the platform (O S).

Since Java Programs written as a classes and compiled to Byte Code(.class) and Byte code is Machine Independent and hence .class file can be copied to any platform and we can run it over there.

So Java is called platform Independent.

Because of this , Java has become more popular.

About the Author

Founder of javainsimpleway.com
I love Java and open source technologies and very much passionate about software development.
I like to share my knowledge with others especially on technology 🙂
I have given all the examples as simple as possible to understand for the beginners.
All the code posted on my blog is developed,compiled and tested in my development environment.
If you find any mistakes or bugs, Please drop an email to kb.knowledge.sharing@gmail.com

Connect with me on Facebook for more updates

Share this article on