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 it possible to create object with out its default constructor? if possible how? else not possible? justify
What is bytecode in java ?
Can we have return statement in finally clause? What will happen?
What are java threads?
What is percentage in java?
What one should take care of, while serializing the object?
What is int argc char * argv?
What is the difference between a synchronized method and a synchronized block?
How many types of variables are there?
In java, how we can disallow serialization of variables?
What are mutable classes?
How can you share data between two thread in Java?