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
What are functions in java?
what is inner class in java?
Is set thread safe java?
Write a program to print count of empty strings in java 8?
What is meant by 'bit masking' in java?
How do you use parseint in java?
How destructors are defined in java?
How do you make a thread in java?
How many return statement are allowed in a function?
What all methods are used to prevent thread execution ?
Is java based on c?
What is used of static keyword in java?
Is zero a natural number?
Similarity and difference between static block and static method ?
Can vector have duplicates in java?