What is assembly language?
No Answer is Posted For this Question
Be the First to Post Answer
Why java is call by value?
What is an immutable object?
What is string in java? String is a data type?
What is Session and cookies?Explain in detail with an example?
What is yielding and sleeping? how they different?
Where are local variables stored?
Name the types of 'priority'?
What is used of static keyword in java?
What is tcp ip in 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,
What are synchronized methods ?
Is set thread safe java?