Answer Posted / ravikiran(aptech mumbai)
synchronization is the process of allowing only one thread
at a time.It's been achieved by marking the method as
synchronized or locking a particular portion of code
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
What is the set interface in java programming?
What are synchronized methods and synchronized statements in java programming?
Explain java coding standards for variables ?
How a string is stored in memory?
What is the purpose of void?
define the terminology association.
What is logical variable?
What are the differences between heap and stack memory in java?
Is a boolean 1 bit?
Explain how to force the garbage collection in java.
What does the string method compareto () do?
What are multiple inheritances? Is it supported by java?
Name and explain the types of ways which are used to pass arguments in any function in java.
what is the difference between process and thread? : Java thread
Difference between string s= new string (); and string s = "abv";?