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 do you mean by pointer value and address?
Explain some best practices you would apply while using collection in java?
What is public static void main?
what are the disadvantages of indexes in oracle?
Which is illegal identifier in java?
Is call by reference possible in java?
How do you escape in java?
What are the main uses of this keyword?
What is api in java?
How many types of array are there?
What is the full name of java?
Can a constructor call the constructor of parent class?
What is difference between string and stringbuffer?
What are parsing rules?
What is difference between public static and void?