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 the original name of java?
What is the advantage of preparedstatement over statement?
Explain the difference between the Boolean & operator and the && operator?
Briefly explain the term Spring Framework
What are white spaces in java?
Why are data types important?
1) There are 10 different threads in runnable state. Each having priority 1 to 10. How does the CPU schedules or executes these threads?
what is difference between set and list in collection?
Explain access modifiers in java.
How many types of voids are there?
What are different ways of object creation in java ?
What do you understand by final value?