Answer Posted / reddy
Two or more threads trying to access the same method at same
point of time leads to Synchronization.If that method is
declared as synchronized,only one thread can access at that
time of another thread can access that method only if the
first thread task is completed.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to optimize the javac output?
Explain about features of local inner class?
Explain the concept of hashtables?
Explain the access modifiers for a class, method and variables?
There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?
23. Storage space in java is of the form Stack Queue Heap List 24. What is java code embedded in a web page known as Applets Servlets scriptlets snippets 25. Which of the following attributes are compulsory with an
What is the purpose of the main method?
What is java util concurrentmodificationexception?
What are streams?
why doesn't java run on all platforms?
Why pointers are not used in java?
What is string data?
Why string is not a wrapper class?
What are invisible components?.
How do you delete a list in java?