Popular Posts

Friday 25 November 2011

The most popular programming languages..


Java

Java is a high level, object oriented, compiled (After compilation java bytecodes are generated, which is then executed by JVM (Java Virtual Machine), That’s why JAVA is platform independent)  programming language. Java is used in developing complex dynamic web application, network programming and robotics. JSP(Java Server Pages), Servlets(Java programs that is executed on server side, and often used to process the client request) are the most popular java technology among web developers. A lot of good MVC(Model View Controller) frameworks are available like Struts, Play, Spring etc used to speed up the web development process. Swing is the most popular library/toolkit for creating user interface in java. it is static type programming language.


Features of Java at a Glance:-
platform independent
Object Oriented
Speed(Java Based web apps are faster than conventional CGI based Apps)
Static Typed
Advanced Exception Handling Mechanism
Memory Management and garbage collectors


THANK YOU...
=) RAJ

No comments:

Post a Comment