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 the use of join method?
What is runtime locatable code?
Can memory leak in java?
What is the this keyword?
Does garbage collection occur in permanent generation space in jvm?
Write a program to print 15 random numbers using foreach of java 8?
How do you end a program?
What is difference between final and finally in java?
Why do we declare a class static?
What are heterogeneous objects?
Can we serialize static variables in java?
What is internal iteration in java se 8?
Explain some best practices you would apply while using collection in java?
What is computer compiler?
Is null false in java?