Answer Posted / ejp
There are no virtual functions in Java so the question is
futile. There are non-final functions, which can be
overridden by a derived class.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is return type in java?
What is a numeric literal?
Is it possible for yielded thread to get chance for its execution again ?
Can we override constructor in java?
What is the meaning of course?
What is return in java?
How to sort list of list in java?
What is formatted output?
What is the default size of load factor in hashing based collection?
What are heap memory and stack memory and what are memory tables.
What does the ‘static’ keyword mean? Is it possible to override private or static method in java?
What is string args [] in java?
Is array passed by reference in java?
What are java threads?
Which keyword specify that a variable is effectively final ?