What is an object?s lock? Give name of object?s that have
locks?
Answers were Sorted based on User's Feedback
Answer / guest
An object?s lock is a mechanism that is used by multiple
threads to obtain synchronized access to the object. A
thread may execute a synchronized method of an object only
after it has acquired the object?s lock. All objects and
classes have locks. A class?s lock is acquired on the
class?s Class object.
| Is This Answer Correct ? | 1 Yes | 1 No |
What are the major advantages of internal iteration over external iteration?
What do you mean by flow of struts?
what difference between throw and throws in exception handling.
Detail discussions on JVM, memory management and garbage collector.
What is Overriding and how can it be used?
How do singleton patterns work?
What is the console in java?
basic difference b/w ALL types of JDBC driver.
What are the access modifiers in java?
how to convert mm/dd/yy to dd/mm/yy using collections in java.
What is http client in java?
Explain Basics of OOP Language in java