Is vector thread safe in java?
What are Interceptors?
Is string a class?
What is the difference between path and classpath variables?
Is arraylist ordered?
WHAT IS JDK,JVM,CLASS DEFINE ALL?
What is difference between length and length() method in java ?
Can we have try without catch block?
What are unchecked exceptions in java?
Can we declare array without size 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?
Write POJO class as a key to hashmap???
What are the types of casting?