What is the difference between compile-time polymorphism and runtime polymorphism?


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

Post New Answer

More Core Java Interview Questions

What is the difference between post and put?

0 Answers  


What is the difference between Access Modifier and Access specifier?

1 Answers  


What is string pool in java?

0 Answers  


What is the largest data type in java?

0 Answers  


What are wrapper classes?

11 Answers   Noah Solutions,






Can variables be used in java without initialization?

0 Answers  


If all the methods in abstract class are declared as abstract then what is difference between abstract class and in interface?

8 Answers   Infosys, Synechron,


Given: 11. public static void main(String[] args) { 12. Integer i = uew Integer(1) + new Integer(2); 13. switch(i) { 14. case 3: System.out.println(”three”); break; 15. default: System.out.println(”other”); break; 16. } 17. } ‘What is the result? 1 three 2 other 3 An exception is thrown at runtime. 4 Compilation fails because of an error on line 12.

9 Answers  


What is java and its types?

0 Answers  


JSP is by default thread safe or not? what is the meaning of isThreadSafe="true" and isThreadSafe="false". Explain it? Thanks, Seenu

9 Answers   Huawei,


What is the numeric promotion?

0 Answers  


Name few "optional" classes introduced with java 8 ?

0 Answers  


Categories