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 modifiers can be used with a local inner class?
What is the purpose of tostring() method in java?
What is a container in a gui?
When parseint method can be used?
Is Constructor possible in abstract class in java ?
What is main function purpose?
hoe can u call a constructor of a private classs to other inherited claa??
What is Ideal Design of Class?
Why is multithreading important?
What is a stream? what are the different types and classes of Streams?
Why is String immutable?
What is the exact difference in between Unicast and Multicast object?