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 conditional equation?
Difference between comparator and comparable in java?
What is a method in coding?
Is java call by reference?
What is the default size of arraylist in java?
What is externalizable interface?
how we can make a read-only class in java?
What is another word for methodology?
How hashmap increases its size in java?
Is a boolean variable?
what invokes a threads run() method? : Java thread
What is main function purpose?
What is object data type?
What do you mean by an object in java?
What is the difference between stringbuffer and stringbuilder?