what do you meant by Runtime Polymorphism?
Answer Posted / muthusenthil
Runtime Polymorphism is method overriding...
| Is This Answer Correct ? | 38 Yes | 10 No |
Post New Answer View All Answers
In java, how we can disallow serialization of variables?
Why set do not allow duplicates in java?
Which of the following is not an isolation level in the JDBC
When do we use synchronized blocks and advantages of using synchronized blocks?
What is the difference between @before and @beforeclass annotation?
Define packages in java?
What does @param args mean in java?
Is there a way to increase the size of an array after its declaration?
What is return in java?
What is a literal coding?
Why we use multi threading instead of multiprocessing?
What is the mapping mechanism used by java to identify IDL language?
What classes of exceptions may be thrown by a throw statement?
What is the difference between math floor and math round?
Can interface be private in java?