What do you mean by platform independence?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of default constructor?
Explain enumeration in java?
How to re-get an object that is collected by garbage collector?
what is the replacement for GOTO in java?
What is protected access modifier?
What will happen if non-synchronized method calls a static synchronized method and what kind of lock it acquires?
How do you sort objects in java?
Break statement can be used as labels in java?
Why java is said to be pass-by-value ?
what should do when using multiple catch() block & what should never do for the same?
How big is a 32 bit integer?
why applet doesn't have main? isn't possible a program with out main?