What is multithread synchronizing ?
Answer Posted / m. abhishek
multipla threads share resources so if one thread process
using one resource at that time other thread requires this
resource
it causes data loss or other significant errors.synchronization
maintains the thread controls over the resorces and avoid
data loss and deadlocks
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
What state does a thread enter when it terminates its processing?
What does module-relative mean?
Name the eight primitive java types.
Can I run seam outside of jboss as?
Why do threads block on i/o?
cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..
Why won’t the jvm terminate when I close all the application windows?
What is the purpose of the wait() method?
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??
Name three component subclasses that support painting?
how to make a index.jsp for running the site in internet and find an error for connection with weblogic server and java that give an error invalid object name.and how to maintain session.
Are there books about seam?
what is a non-repeatable read?
What is the difference between RMI registry and OS Agent?
To what value is a variable of the string type automatically initialized?