System.out.println(“………..”)
The main method has one line of code in it: public class name { public static void main(String[] args) System.out.println(“linux”);}
Read moreThe main method has one line of code in it: public class name { public static void main(String[] args) System.out.println(“linux”);}
Read moreHere`s the next line of code. public class abc { public static void main(String[] args) {……}} Whats happening here is
Read morepublic class abc {……} This line indicates that we are creating a new java class named abc. After we translate
Read morepublic class app { public static void main(String[] args) { System.out.println(“Hello world”); } } If you are new to Java,
Read moreStruts is a framework that provides the use of the Model-View-Controller architecture for designing large-scale applications. it is a project
Read moreJ2EE (Java 2 Platform, Enterprise Edition) is a platform-independent, java-centric environment from sun for developing, building and online deployment of
Read moreJSP Java Server Page (JSP) technology allow web developers and designers to rapidly develop and easily maintain, information-rich, dynamic web
Read moreJ2ME J2ME (java 2 mobile edition), a java-based runtime platform created by sun microsystems, allows java application to run on
Read moreJSF The java Server Faces (JSF) is a new framework for building Web application by using Java. Java Server Faces
Read morejava SE6 The new java SE 6 comes with lots of improvements ti the existing packages with number of new
Read more