Java Software Development Kit Installation

First of all if you have already java then uninstall that java and download Java Sdk from Sun Microsystem :
For download: jdk 1.6
Then choose your appropriate Operation System and download and Install the *.EXE program
This is one of the tough point forĀ  beginner to install java Beginner.
Some of the steps to maintain Path [...]

Ternary Operation

TernaryExpression ::= BooleanExpression ? Expression1 : Expression2

Object Disposal

Objects are means to understanding OO(Object Oriented) technology. Objects are
everything which we see around our surroundings on Real World.
For eg. Cat, Dog, Computer, Radio.etc and every object has their own functions .
The objects can be created and destroyed as per our need; in the same
way JAVA also have a feature of Object disposal. Objects can [...]

Hardest Programming Language

In my view the toughest programming language is C# and JAVA cuz they have very vast library and their code are tough enough.
Post comment according to your opinion about this topic: