Which is faster set or list in java?
No Answer is Posted For this Question
Be the First to Post Answer
How does enum work in java?
Explain illegalmonitorstateexception and when it will be thrown?
Hi, This is ravi i have a question like this i have string "UNDERSTAND" now i want to count the letters how many times it occures.i.e from the above string the out put should be like this U-1,N-2,D-2,E-1,R-1,S-1,T-1,A-1. how can i achieve this Thnaks in advance for your response ..
String is an immutable object. Then how can the following code be justified. String s1 = ?ABC?; String s1 = s1+?XYZ?; s.o.p(s1); The output is ABCXYZ, which is the value of s1 ?
6 Answers Flextronics, Keane India Ltd,
can we create instance for interface in java?
difference between vectorlist and hash
How to override equals() and hashCode() method in java?
Is vector thread safe in java?
What are java threads?
What should I import for arraylist in java?
why we need this (1.object,2.class,3.data hiding,4.encapsulation,5.abstraction,6. polymorphism,7.inheritance)
Explain what pure virtual function is?