what is mean by synchronization?
Answer Posted / ravi ranjan
Synchronization is capability to control multiple thread for
any share resources
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is static synchronization?
Can an interface be final?
Define how does a try statement determine which catch clause should be used to handle an exception?
Explain the differences between static and dynamic variables?
Differentiate between stringbuffer and stringbuilder in java.
What is difference between == and === in js?
How can we create a thread in java?
What is a buffer in java?
Can a method inside a interface be declared as final?
What are loops in java? What are three types of loops?
What do you understand by final value?
What is the difference between serial and throughput garbage collector?
What is stringbuffer in java?
Is it correct to say that due to garbage collection feature in java, a java program never goes out of memory?
What are the advantages of autoboxing?