Answer Posted / srikanth jakka
Polymorphism is a feature that allows one interface to be
used for a general class of actions.
The specific action is determined by the exact nature of
the situation.
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is java objectoutputstream?
What’s meant by anonymous class?
What is the numeric promotion?
what state does a thread enter when it terminates its processing? : Java thread
What is tcp and udp?
Describe the process as to how substring() methodology mechanisms in java.
Is singleton a bad practice?
How can we make a class virtual?
Is it possible for yielded thread to get chance for its execution again ?
What do you understand by casting in java language?
When should a function throw an exception?
Can we override compareto method?
How do I stop concurrentmodificationexception?
What happens if a try-catch-finally statement does not have a catch clause to handle an exception that is thrown within the body of the try statement?
Explain about fail fast iterators in java?