InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by synchronized Non Access Modifier? |
|
Answer» Java provides these modifiers for providing functionalities other than Access Modifiers, synchronized used to indicate that a method can be accessed by only one thread at a time. |
|