Answer Posted / krishna
First of all that I would like to tell u that there is no keyword like virtual in Java. and all the guys are saying that all methods are virtual in Java. But it is not true.
While we try to override private methods then it is not override. this shows all the methods are not virtual in Java.
| Is This Answer Correct ? | 5 Yes | 10 No |
Post New Answer View All Answers
What is a treemap in java?
What does arrays sort do in java?
Can sleep() method causes another thread to sleep?
What is java basic concept?
How many bits is a 64 bit byte?
What is the file extension for java?
Explain the importance of throwable class and its methods?
What does singleton class mean?
Difference between notify() method and notifyall() method in java?
What is api data?
Why we override equals() method?
How to convert string to byte array and vice versa?
Define how destructors are defined in java?
Is string a data type in java?
What happens if main method is not static?