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
Are enterprise beans allowed to use thread.sleep()?
What do you mean by Socket Programming?
hi friends, i have done my BE(CSE)at 2011 then i have joined one company before they asked me 50k so i paid but now they telling no project here so we r going to close like that so now i need any job i have good knowledge in core java and j2ee(jsp,servlet,jdbc) so if u know any job pl help me
How to determine SGA site?
What is TL and its use?
What is a class loader? What are the different class loaders used by jvm?
What are the pros and cons of detached objects?
What is glasgow?
What is threadfactory?
What are the types of scaling?
What class is used to create Server side object ?
when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??
What are the services in RMI ?
To identify IDL language what mapping mechanism is used?
What is re-entrant. Is session beans reentrant. Is entity beans reentrant?