What is Java? And Why Java?
Java is a
general-purpose, concurrent, class-based, object-oriented computer programming
language. Java is an open-source Software. It is intended to let
application developers "write once,
run anywhere" (WORA), meaning that code that runs on one platform does
not need to be recompiled to run on another.
Java was originally developed by James Gosling at Sun Microsystems (which has since merged into
Oracle Corporation) and released in 1995 as a core component of Sun Microsystems’
Java platform. The language derives much of its syntax from C and C++, but
it has fewer low-level facilities than either of them.
Java available as
JavaSE :- Java Standard Edition(for standalone applications development)
JavaEE :- Java Enterprise Edition (for Enterprise level applications development)
JavaME :- Java Micro Edition(for Mobile applications development)
Java features:-
- Simple
- Object Oriented
- Platform Independence
- Portability
- Interoperability
- Secure
- Automatic Memory Management
- Multi-threaded language
- Dynamic and extensible
- Distributed......etc
No comments:
Post a Comment