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 |
Can we clone singleton class in java?
Where is core java used?
what do you understand by synchronization? Or what is synchronization and why is it important? Or describe synchronization in respect to multithreading? Or what is synchronization? : Java thread
What are the types of loops in Java, and how are they used?
what is main purpose of interface?
2 Answers Accenture, HCL, NIIT,
Write a program based on Java script program.
please send code example of inner classes?
How do you break a loop?
what is the use of StringBuffer?
What is return null in java?
In a my eclipse editor if i want to switch from jdk 1.4 to jdk 1.6 how to do that???? Initially i have jdk1.4
What is difference between adapter class and listener?