What is use of map in java?
No Answer is Posted For this Question
Be the First to Post Answer
Can we create object of inner class in java?
Is there any way to skip finally block of exception even if some exception occurs in the exception block?
Define locale.
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 is parameter tag and what is its use?
What is the difference between checked exception and unchecked exception?
To obtain design information about an object, which class in used?
What is the use of bin and lib in JDK?
What is meant by event handling in SAX parser?
What is jit compiler in java?
What is literal example?
Thanks A.jyotsna, Can u tell me differnce between abstract class and interface vikash