0% found this document useful (0 votes)
20 views1 page

Simple 4. Secure 5. Architectural Neutral 6. Portable 7. Robust 8. Multi-Threaded 9. Interpreted 10. High Performance 11. Distributed 12. Dynamic

Java is an object-oriented programming language developed by Sun Microsystems and released in 1995. It is designed to write once and run anywhere using a virtual machine that interprets platform-independent byte code. Java is simple, secure, portable, robust, multi-threaded, interpreted, high performance, distributed, and dynamic.

Uploaded by

mail2kandola
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views1 page

Simple 4. Secure 5. Architectural Neutral 6. Portable 7. Robust 8. Multi-Threaded 9. Interpreted 10. High Performance 11. Distributed 12. Dynamic

Java is an object-oriented programming language developed by Sun Microsystems and released in 1995. It is designed to write once and run anywhere using a virtual machine that interprets platform-independent byte code. Java is simple, secure, portable, robust, multi-threaded, interpreted, high performance, distributed, and dynamic.

Uploaded by

mail2kandola
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 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