Search
Recent Post
Recent Comments
- admin:Well,that is the reason it is
- Pallab:Below is a 1988 en
- admin:Not only this, it is supposed
- ratnendu:gr8 artcle...lets wait n watch
Popular
- A java IDE i have decided to use (06-05-2008)
- A java IDE i use (06-04-2008)
- contestblogger! giving a try.. (06-16-2008)
- Added to mylot (06-05-2008)
- Algorithms (06-08-2008)
- Program without main() (06-16-2008)
- Added to technorati (06-15-2008)
- Keywords less used (06-10-2008)
- This is me! (06-03-2008)
- A first program-Design, analysis and the first cup! (06-30-2008)
A first program-Design, analysis and the first cup!
June 30th, 2008An 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, 2008Before 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, 2008Program without main()
June 16th, 2008Often 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(…)
