Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Java is programming language developed by sun micro system, which was developed by James Gosling, released in 1995.

Java guaranteed to write once and run anywhere. Java is: 1. Object Oriented: - In java everything is object, Java can be easily extended since it is based on the object model. 2. Platform Independent: Unlike many other programming languages including C and C++ when Java is compiled, it is not compiled into platform specific machine, rather into platform independent byte code. This byte code is distributed over the web and interpreted by virtual Machine (JVM) on whichever platform it is being run. 3. Simple 4. Secure 5. Architectural Neutral 6. Portable 7. Robust 8. Multi-Threaded 9. Interpreted 10. High performance 11. Distributed 12. Dynamic

You might also like