What is multithread synchronizing ?
Answer Posted / harsha
It is not possible for one thread to modify a shared
variable while another thread is in the process of using or
updating same shared variable. This usually leads to
significant errors. Synchronization in respect to
multithreading controls the access of multiple threads to
shared resources.
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
Explain phantom read?
What is the difference between the font and fontmetrics classes?
What is metaspace?
how do you Handle Front End Application data against DB with example?
When a thread blocks on i/o?
Is the infobus client side only?
What is the purpose of the wait() method?
What if the static modifier is removed from the signature of the main method?
what is handle?
Is it possible to stop the execution of a method before completion in a sessionbean?
Write a program to show synchronization?
What is the map interface?
What is an abstract method?
Which textcomponent method is used to set a textcomponent to the read-only state?
How would you detect a keypress in a jcombobox?