Answer Posted / niranjanravi
Functions which are called at runtime are called virtual
functions.
| Is This Answer Correct ? | 8 Yes | 7 No |
Post New Answer View All Answers
How do you compare objects in java?
What is generic type?
What happens if I remove static from main method?
What is the final field modifier?
What is a null class?
What is the += operator called?
Explain differences between checked and unchecked exceptions in java?
What are reference variables in java?
How do you declare a variable?
What is identifier in java?
Is it correct to say that due to garbage collection feature in java, a java program never goes out of memory?
Can we have a try block without catch block?
Can a private method of a superclass be declared within a subclass?
How do you stop a thread in java?
Difference between Preemptive scheduling vs. Time slicing?