Answer Posted / mohan
In java all non static methods are virtual functions by
default.. so there is no need to explicitly specify the
virtual keyword..
| Is This Answer Correct ? | 16 Yes | 2 No |
Post New Answer View All Answers
What’s the difference between unit, integration and functional testing?
Why pointers are not used in java?
What are the two ways of implementing multi-threading in java?
How big is a pointer?
What is function declaration?
Can you override private or static method in java?
Define packages in java?
What data type is true or false?
How big is a 32 bit integer?
Does list allow duplicates in java?
What is collection class in java? List down its methods and interfaces.
Given a singly linked list, determine whether it contains a loop or not without using temporary space?
What is java reflection?
In how many ways we can do synchronization in java?
What does I ++ mean?