What is the maximum length of a url?
No Answer is Posted For this Question
Be the First to Post Answer
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,
wat is class level lock and object level lock
Give few difference between constructor and method?
Can we define a package statement after the import statement in java?
What is static block?
Is string pool garbage collected?
where can we get jAVA project orientation traing in HYDERABD
What is thread safe in java?
Does garbage collection occur in permanent generation space in jvm?
Why enumeration is faster than iterator?
What is type safety in java?
What is meant by class and object in java?