what is the main differene between synchronize() method and
Synchronize{}block?
Answer Posted / rupak
Synchronize{}block is use to Synchronize the block of
statements.
synchronize() keyword is useful to synchronize an entire method.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are memory tables?
Describe different states of a thread.
What does ide stand for?
What is meant by main method?
Which are the two subclasses under exception class?
what is the final keyword denotes in java?
Explain public static void main(string args[]) in java.
Which package is imported by default?
Does java linked list allow duplicates?
What are the object and class classes used for?
What is fail fast in java?
Why string is immutable or final in java
What does java edition mean?
What is java objectoutputstream?
How do you declare an array in java?