What is the implementation of destroy method in java. Is it native or java code?
Difference between string, stringbuffer and stringbuilder?
Does set allows null in java?
What are the important features of Java 8 release?
Explain the differences between static and dynamic variables?
There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?
How infinite loop is declared?
How big is a 64 bit float?
Is it compulsory to have atleast one abstract method in abstract class?
What is data type in computer?
How do you compare values in java?
JSP is by default thread safe or not? what is the meaning of isThreadSafe="true" and isThreadSafe="false". Explain it? Thanks, Seenu
what is Dictionary? and what purpose it is used for?