Can we override constructors?


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

Post New Answer

More Core Java Interview Questions

What is ide with example?

0 Answers  


What is meant by wrapper classes?

3 Answers  


What is independent and dependent variables in research?

0 Answers  


11. static class A { 12. void process() throws Exception { throw new Exception(); } 13. } 14. static class B extends A { 15. void process() { System.out.println(”B”); } 16. } 17. public static void main(String[] args) { 18. new B().process(); 19. } What is the result? 1 B 2 The code runs with no output. 3 Compilation fails because of an error in line 12. 4 Compilation fails because of an error in line 15.

6 Answers  


How to compare strings in java?

0 Answers  






if i have one string class then how can you achive this class functionality of this class?

3 Answers   Fidelity, iFlex,


what is ABSTRACTION and what are using in real time project?

1 Answers   iGate,


Explain about object oriented programming and its features?

0 Answers  


What do the thread?class methods run() and start() do?

0 Answers  


Define locale.

0 Answers  


Explain Big-O notation with an example

1 Answers  


Can a main method be overloaded?

0 Answers  


Categories