What is the difference between the synchronized() & static
synchronized()?
Answer Posted / sitaram
synchronizing is the process of ensuring the share resources
will be accessing only one thread at a time. There are two
types of synchronizations.
1. static synchronized(Class level)
2.synchronized.(Object Level).
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
what is use of functional interface in java 8?
What is java util?
What is string data?
What is the unit of plancks constant?
Explain creating threads by implementing runnable class?
How much is a java license?
Can a final variable be manipulated in java?
What are the 8 primitive data types in java?
What is assembly condition codes?
What are actual parameters?
How do you remove duplicates in java?
Is it possible to override private or static method in java?
Explain static nested classes ?
Explain list interface?
Which one will take more memory: an int or integer?