What is the difference between static synchronize() metod
and synchronize() method?
Answer Posted / suresh m
Non static synchronized method enables Object's Object Lock for the given Thread
while static synchronized method enables Class's Class Lock for given Thread
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is entry in java?
Which class cannot be a subclass in java?
State the difference between creating string as new () and literal.
What is comparator in java?
Is void a data type in java?
What is the use of list in java?
What is a protected method?
How many types of java are there?
Can a static block throw exception?
Explain polymorphism citing an example.
How do I remove a character from a string in java?
What is the major difference between linkedlist and arraylist?
What is the final keyword denotes?
How do I find and replace in word?
What does the exclamation mark mean in java?