Search Interview Questions | More than 3000 questions in repository. There are more than 900 unanswered questions. Click here and help us by providing the answer. Have a video suggestion. Click Correct / Improve and please let us know. |
|
| ||||
Interview Questions and Answers | ||||
| ||||
Ans. No. Java doesn't allow multi thread access to object constructors so synchronization is not even needed. | ||||
Help us improve. Please let us know the company, where you were asked this question : | ||||
Like Discuss Correct / Improve  synchronization   synchronize   constructor   java   multithreading   yes-no   advanced Asked in 1 Companies expert   rare | ||||
Related Questions | ||||
Can we use null as a key for a map collection ? | ||||
Can we declare interface methods as private ? | ||||
Can we overload main method in Java ? | ||||
Can we override static methods ? Why ? | ||||
Can we reduce the visibility of the inherited or overridden method ? | ||||
Can we have multiple servlets in a web application and How can we do that ? | ||||
Can we instantiate the object of derived class if parent constructor is protected ? | ||||
Can we declare an abstract method private ? | ||||
Can we call constructor explicitly ? | ||||