Core Java Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 189 Page Views: 

What is synchronization?



Posted By: Avi Date: 3 November 2010 03:22:47 PM
 Answer:

synchronization is the capability to control the access of multiple threads to shared same resources.


Posted By: avibtech


Date: 3 November 2010 03:22:47 PM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image B2qZPO
Related Questions
Core Java : What are the different scopes for Java variables?

What are the different scopes for Java variables?

The scope of a Java variable is determined by the context in which the variable is declared. Thus a ....
Category: Core Java Date: 10/30/2009 4:56:04 AM
Core Java : Can applets communicate with each other?

Can applets communicate with each other?

Applets may communicate with other applets running in the same virtual machine. If the applets are o....
Category: Core Java Date: 10/30/2009 4:21:44 AM
Core Java : Primitive data types are passed by reference or passed by value?

Primitive data types are passed by reference or passed by value?

Primitive data types are passed by value.
Category: Core Java Date: 10/30/2009 4:17:35 AM
Core Java : Can try statements be nested?

Can try statements be nested?

Yes, Try statements can be nested.
Category: Core Java Date: 9/12/2009 8:20:13 PM
Core Java : What is a Java package and how is it used?

What is a Java package and how is it used?

A Java package is a naming context for classes and interfaces. A package is used to create a separat....
Category: Core Java Date: 9/12/2009 8:19:01 PM