Can we override constructor in java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

explain local datetime api in java8?

0 Answers  


What is the difference between Static and final?

1 Answers  


What is difference between static class and singleton pattern?

0 Answers  


What is the difference between variable & constant?

0 Answers  


What is the exact difference in between Unicast and Multicast object?

0 Answers  






How does final modifier work?

1 Answers   Tech Mahindra,


10. class Nav{ 11. public enum Direction { NORTH, SOUTH, EAST, WEST } 12. } 13. public class Sprite{ 14. // insert code here 15. } Which code, inserted at line 14, allows the Sprite class to compile? a)Direction d = NORTH; b)Nav.Direction d = NORTH; c)Direction d = Direction.NORTH; d)Nav.Direction d = Nav.Direction.NORTH;

2 Answers  


What are meta-annotations?

0 Answers   Cyient,


What does business logic mean?

0 Answers  


What is the purpose of the enableevents() method?

0 Answers  


What is the purpose of file class?

0 Answers  


What is a "pure virtual" member function?

0 Answers   Amazon,


Categories