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 |
Is nullpointerexception checked or unchecked?
Write a program based on Java script program.
What is Interface?
What is subsequence of a string?
What does n mean in java?
What is Marker interface in java? and what is clone?
What is the synonym of framework?
I am a fresher and know core java, c languge, html, css etc if I am illegible for any job then send it on my email tatranakshay276@gmail.com
whats the diff between jsp and servlets?
Explain the concept of hashtables?
When wait(), notify(), notifyall() methods are called does it releases the lock or holds the acquired lock?
What are autoboxing and unboxing? When does it occur?