Can we override constructors in java?



Can we override constructors in java?..

Answer / Radha Rani Prajapati

No, constructors cannot be directly overridden in Java. However, you can create overloaded constructors (multiple constructors with different parameters) to initialize objects differently.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What Is Resource Leak?

2 Answers  


Can It is possible to synchronize the constructor of a Java Class?

1 Answers  


can you use the two main method in same class?how?

4 Answers   DELL, Geosoft, SparkTG,


Java is Pass by Value or Pass by Reference?

1 Answers   BirlaSoft,


What is use of inner class in java?

1 Answers  


What are different data types?

1 Answers  


What type of language is java?

1 Answers  


What happens if I remove static from main method?

1 Answers  


How does java pattern compile work?

1 Answers  


Is java type safe?

1 Answers  


What is the static variable?

1 Answers  


What is entry in java?

1 Answers  


Categories