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 purpose of static keyword in java?

0 Answers  


Functionality of JVM?

7 Answers   Infosys,


What is design pattern and there types?

2 Answers   Cap Gemini,


What is byte value?

0 Answers  


what is the use of clone method? why user cant overwrite in sub class without its proper defination.

2 Answers   TCS,






What are the two environment variables that must be set in order to run any java programs?

0 Answers  


What is an iterator java?

0 Answers  


Write a program to find the greatest of three numbers in java?

0 Answers  


What is the difference between conversation & casting?

0 Answers  


Static Variable can referred in non-static method?

3 Answers  


7) Suppose there is Student class like class student { int age; string name; } We want to store these objects in a HashMap. Do we need to override any methods in Student class? If any which ones and why? what if i just override equals or just hashcode? what will be the results in both the cases?

4 Answers   CSC, Nagarro, RBS,


What is garbage collection? What is the process that is responsible for doing that in java?

0 Answers  


Categories