Saturday 17 August 2013

ABOUT JAVA BY KALASH Techno Solutions Pvt. Ltd.

                               Java is a very simple, highlevel,secured,concurrent,platform independent,object-oriented programming language.It is descendant of c,c++ programming languages.

  • Java syntax is similar to c,c++,but it omits many of the features that make c and c++ complex and unsafe.
  • Java technology is both platform and programming language.It has its own software based platform called JVM(Java virtual  machine) to execute Java programs.
  • Java programs are not directly executed by OS,but c and c++ programs are directly executed. 
                              JAVA platform  was initially developed to address the problems of building software for networked consume electronics devices.It was developed by James Gosling their team and firstly named it "OAK" in the middle of 1991 and late 1992.Then it was renamed to "JAVA" in 1995.It is very much secured because it doesn't support exploit pointer,operation overloading etc .It also supports multithreading,
exception handing .So we can do multiple task and we can handle also unexpected execeptions.Due to this is a platform indipendent language we can run any java application any where i'e on any OS.So it slogon is "WORA"(write once run anywhere).

  • Basically Java is preferable language for developing  web application.
  • There are different editions of Java 
  • JAVA 2 PLATFORM MICRO EDITION-J2ME
  • JAVA 2 PLATFORM STANDARD EDITION-J2SE
  • JAVA 2 PLATFORM ENTERPRISE EDITION-J2EE
                 So we can develop Mobile applications,Destop applications,Windows applications and Web applications by using JAVA.
                                          BY KALASH Techno Solutions Pvt. Ltd.