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
Where can I find jdk in my computer?
What are the advantages of exception handling in java?
What is a final class in java?
What is the difference between a checked and an unchecked exception?
Which data type is a class in java?
Why java is made?
Differentiate between a class and an object.
Write a function to find out longest palindrome in a given string?
What is static keyword?
What are the characteristics of Final,Finally and Finalize keywords.
Explain with example the concept of constant variable in java.
how to deploy apache tomcat server to weblogic server in java
How to handle a web browser resize operation?
What does string [] args mean?
What is the final class?