What are different types of encoding?
No Answer is Posted For this Question
Be the First to Post Answer
If an application has multiple classes in it, is it okay to have a main method in more than one class?
What is diffrance between FINALIZE() & FINALLY ?
for what purpose we use applets ?
What is a 16 bit word?
Which eclipse is best for java?
Explain public static void main(string args[]) in java.
what invokes a threads run() method? : Java thread
What is the Concept of Encapsulation in OOPS
Tell me the latest versions in java related areas?
What is the specification of ?CODEBASE? in an applet?
What is the major difference between linkedlist and arraylist?
suppose in a class there is a code like this: { Set hs=new Hashset(); hs.add(new Emp("kathy",1000)); hs.add(new Emp("kathy",2000)); } how can u avoid the above code in your class as set won't allow duplicate objects?