What is an object?s lock? Give name of object?s that have
locks?
Answer Posted / vijay
For Example all synchrinized objects has locks.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is hashset ordered java?
What is the exact difference in between Unicast and Multicast object?
What is parse method?
What is Garbage Collection in Java
Explain the concept of hashtables?
What is keyword and identifier?
What is arrays aslist in java?
What is meant by class?
These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }
What is the difference between a static and a non-static inner class in java programming?
How use .contains in java?
Is object a data type in java?
Considering notepad/ie or any other thing as process, what will happen if you start notepad or ie 3 times? Where 3 processes are started or 3 threads are started?
What are the two parts of a conditional statement?
What if I write static public void instead of public static void in java?