How use .contains in java?
No Answer is Posted For this Question
Be the First to Post Answer
what is object deep copy and shallow copy and why it is required?
Can you extend more than one interface?
Why is it called boolean?
What is an 8 bit word?
Can java hashmap have duplicate keys?
What is thread safe java?
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,
Explain JSP life cycle
A person says that he compiled a java class successfully without even having a main method in it? Is it possible?
Can we have static methods in an interface?
Where are variables stored?
What is the use of TL?