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
Define prototype?
Why does the option tag render selected=selected instead of just selected?
Difference between new operator and class.forname().newinstance()?
what is Activation Instantinator?
What is message driven beam?
Explain the steps in details to load the server object dynamically?
What class is used to create Server side object ?
What is the difference between session and entity beans?
What is in-memory replication?
Can I run seam with jdk 1.4 and earlier?
What is ioc concept & explain it?
What are callback interfaces?
What event results from the clicking of a button?
What is a tasks priority and how is it used in scheduling?
Why are my checkboxes not being set from on to off?