Featured
- Get link
- X
- Other Apps
What is java???
Java is a general-purpose, high-level, object-oriented, and third-generation programming Language like C, FORTRAN, COBOL, etc. Java can be used to write computer applications such as desktop applications, web applications, enterprise applications, games, and embedded systems.
It was designed with the concept of 'write once and run everywhere' because Java is the first programming language, which is not based on any particular hardware or operating system. So, programs developed in the Java language can be executed anywhere and on any system.
There were five primary goals in the creation of the Java language:
(i) It should be simple, object-oriented, and familiar.
(ii) It should be robust and secure.
(iii) It should be architecture-neutral and portable.
(iv) It should be executed with high performance.
(v)It should be compiled and interpreted, multi-threaded and dynamic.
- Get link
- X
- Other Apps
Comments
Post a Comment