What is an object's lock and which object's have locks in java programming?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of bin and lib in JDK?
What is the main function in java?
What is the difference between stringbuffer and stringbuilder class?
What is close method? How it's different from Finalize & Dispose?
0 Answers InfoAxon Technologies,
how we can create packages in java?
What are the types of statement? explain
How to know the host from which Applet is originated?
java is puerly object oriented or not ?
what is an virtual function
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 Access Specifiers and Access Modifiers.
Can constructor be protected in java?