Thursday 7 March 2013

java


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 applications are typically compiled to bytecode (class file) that can run on any Java virtual machine (JVM) regardless of computer architecture. Java is, as of 2012, one of the most popular programming languages in use, particularly for client-server web applications, with a reported 10 million users
                           
                            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:- 
  1. Simple 
  2. Object Oriented
  3. Platform Independence
  4. Portability
  5. Interoperability
  6. Secure
  7. Automatic Memory Management
  8. Multi-threaded language
  9. Dynamic and extensible
  10. Distributed......etc