A first program-Design, analysis and the first cup!

June 30th, 2008

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

(…)

Click to continue reading “A first program-Design, analysis and the first cup!”

Java-a tribute to the contribute team

June 28th, 2008

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(…)

Click to continue reading “Java-a tribute to the contribute team”

EMULATION-the reality of a virtual environment

June 20th, 2008


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(…)

Click to continue reading “EMULATION-the reality of a virtual environment”

contestblogger! giving a try..

June 16th, 2008

Program without main()

June 16th, 2008

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(…)

Click to continue reading “Program without main()”

Add to Technorati Favorites