How do you create a null object?
No Answer is Posted For this Question
Be the First to Post Answer
What is the meaning of immutable regarding string?
List primitive java types?
What are the two ways you can synchronize a block of code?
What is the primary benefit of encapsulation?
What is skeleton and stub?
What is a numeric digit?
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,
using equals method overriding which objects are compared?i.e same class objects or other class objects?Explain me.
Explain numeric promotion?
What is namespace in java?
What is the r character?
What is methodological framework?