Is passing by reference faster?
What is the difference between DataInputStream and BufferedReader
Is string a data type in java?
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?
What are the drawbacks of singleton class?
Difference between Applet & Application?
What is command line argument
how to execute main()
What are init(), start() methods and whey they are called?
How do I find and replace in word?
Explain the term serialization?
What is the different between get and post?
Mention some interfaces implemented by linked list in java.