Installing Java
Here you are with your computer and you can’t wait to start writing Java applications. But first, you need to
Read moreHere you are with your computer and you can’t wait to start writing Java applications. But first, you need to
Read moreBefore you use a variable in java, you must declare it, specifying its data type. The int types is only
Read morewhen you are writing java code, you should know that java reserves certain words for itself as part of the
Read moreJava supports three types of comments, two of which are taken from C++. you can surround a comment of any
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 moreJ2EE (Java 2 Platform, Enterprise Edition) is a platform-independent, java-centric environment from sun for developing, building and online deployment of
Read morejava SE6 The new java SE 6 comes with lots of improvements ti the existing packages with number of new
Read moreEach applet is an augmentation of the java.applet.applet class. The base Applet class gives techniques that a determined Applet class
Read more