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 is method overriding in java ?
Give a brief description of java socket programming?
Is it possible to compare various strings with the help of == operator? What are the risks involved?
Lowest Common ancestor in a Binary Search Tree and Binary Tree.
What do you understand by java virtual machine?
What is the primary benefit of encapsulation?
Is it possible to use string in the switch case?
What is the basic difference between string and stringbuffer object?
What does three dots mean in java?
Why heap memory is called heap?
How use .contains in java?
Is a method a procedure?
Which is illegal identifier in java?
What are the supported platforms by java programming language?
What is a generic type?