Answer Posted / bindhu solomon
In java, all methods are virtual functions by default. So
we can override a method in any subclasses .
| Is This Answer Correct ? | 123 Yes | 24 No |
Post New Answer View All Answers
What is an interface in java? Explain
What is the final keyword denotes?
Can sleep() method causes another thread to sleep?
What is toarray method in java?
Is it possible to write a regular expression to check if string is a number?
What is collection class in java? List down its methods and interfaces.
How do you create a sop?
Differentiate between nested and inner class in java.
What are data types in programming?
How do you find the maximum number from an array without comparing and sorting?
What is hashing principle in java?
When do we need to use internal iteration? When do we need to use external iteration?
What is exception handling in java?
Why do we need data serialization?
Can we assign the reference to this variable?