Polls

How Is My Site?

View Results

Loading ... Loading ...
September 3rd, 2008 The first cup none Comments

  RUN, RUN RUN   Well, a java program just does not run like any other program written in any other language. There is no direct windows .exe file which can be generated( as of now in my lessons). Now back to the question -how do we run the file? Java, is a platform independent language. But any java [...]

An unconventional beginning Generally we write a HelloWorld program in java first going by the convention and obsolete ways. Let us start with a simple addition program. Even if this is your first program, believe me, you will feel much more than a newbie. DESIGN: import java.lang.*; class add       { public static void main(String[] args)  { int num1=12,num2=17; System.out.println("Sum of [...]

Before the first cup Java was developed as a prototype to C++ by the Sun Microsystems. Its primary role was to provide developers with a platform which would allow them to program a number of electronic devices, dealing mainly in streaming connections. Developed under the secret Project-Green, the language was originally named Oak, probably because of [...]

 

RSS