Question
What is thread synchronization?

Answers

- In multithreading, the shared resources are allocated to one thread at a time.
- The synchronization of allocating the shared resources between multiple thread ensuring that the shared resources will be allocated to only one thread at a time is called thread synchronization.- The synchronized keyword is used to define the critical block in which every Java object get a lock to enter.

Syntax: Synchronized(object) // object is reference of the object to be synchronized{   // statement to be synchronized.} ?

The synchronized keyword provides locking which maintain the mutual exclusive access of shared resource and race of objects for data.   Your Comment




More Software,Java Questions..
What is the inputsplit in map reduce software?

Can variables be used in Java without initialization?

What is the difference between java bean and enterprise java bean?

What is software configuration management?

How does the java database connectivity (jdbc) work?

What are the advantages of threads in java?

What Is Java Api For Xml-based Rpc (jax-rpc)?

How can you implement fine-grained auditing?

What is IBM’s simple explanation for Big Data’s four critical features?

What is static synchronized method in JDBC API? Give an example?

What does the NULLIF function do?

What happens if a start method is not invoked and the run method is directly invoked?

Should we override finalize method

what is the difference between mysql_fetch_array and mysql_fetch_object?

How will XML affect my document links?

What is object cloning in Java?

Why to use Style Sheets?

What are Filters in MVC?

Can you explain Application layer in OSI model?

How to define new testplan attributes?



Search
Can you Answer!!
  • Q Who has been voted World's No.1 footballer in the top 100 footballer's list of 'The Guardian' revealed recently?
  • Q Tell us some of your weaknesses.
  • Q How many calories does a child of 7-10 need?
  • Q How to get or improve the view count for my youtube channel ?
  • Q What is excavation?
  • Q How to create a filesystem?
  • Q What is the difference between capitalism and communism? Are they really that different?
  • Q When to use ArrayList or LinkedList
  • Q What are three ways to skin a component in flex?
  • Q The hot dry wind that blows in north India during summer is:
  • Q What is servlet exception?