Polls

How Is My Site?

View Results

Loading ... Loading ...

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 [...]

June 20th, 2008 Tech 2 Comments

EMULATION Emulation is the process of making an incompatible subsystem aware of a desired supersystem in such a way that the supersystem is completely compatible and interactible with the subsystem, thereby allowing all possible renderings of the digital objects in the subsystem with reesspect to the supersystem. The intended environment is the target platform and the [...]

June 16th, 2008 personal none Comments

contest blogger

June 16th, 2008 Codes 3 Comments

Often in classrooms we are taught that the main function is the ‘main’ function in a program! But it actually is not so. That is actually the default behavior of the compiler. The compiler has a predefined set of rules according to which :: 1. The main() function has a default priority of 0, which is [...]

« Previous entries 

RSS