What is the difference between static synchronize() metod
and synchronize() method?
Answer / 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 |
What is derived datatype?
What is purpose of find feature?
What does you mean in math?
What are user defined exceptions?
What is the use of TL?
What is data member in java?
What is a variable analysis?
Explain about procedural programming language or structured programming language and its features?
What is printwriter in java?
Do you know why doesn't the java library use a randomized version of quicksort?
Can you override a private or static method in java?
What is the difference between Error, defect,fault, failure and mistake?