How many types of syncronization?
Answers were Sorted based on User's Feedback
Three type of synchronization
1) Class level synchronization.
2) Block level synchronization.
3) Method level synchronization
| Is This Answer Correct ? | 3 Yes | 1 No |
When finally clause is executed?
What is HashTable?
What do you understand by the term singleton?
What is the generic function?
What is a values collection view ?
What is sleep method?
What is the difference between reader/writer and inputstream/output stream?
we have two threads..both the threads are reading the data.. is there any need of synchronization there?...justify it?
What is runtime locatable code?
What are assertions in java?
can java object be locked down for exclusive use by a given thread? Or what happens when a thread cannot acquire a lock on an object? : Java thread
what is the Yield() method used in threads?