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
No Answer is Posted For this Question
Be the First to Post Answer
Explain wait() method of object class ?
What is classname class in java?
Can long be null in java?
What happens if an exception is throws from an object's constructor?
How many wrapper classes are there in java?
What is the default size of load factor in hashing based collection?
What are the six ways to use this keyword?
how to create daemon thread in java?
Explain the difference between private, public, package and protected in java?
all are saying java doesn't support multiple inheritance but by default Object class is super class for all the user defined classes and we can extend atmost one class so each class can extend more than one class so java supports multiple inheritance?i am confused with this,pls any one explain me.
Can we convert integer to string in java?
What is covariant return type?