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
How to optimize the javac output?
What is console based application in java?
What is concurrent hashmap and its features?
What are Normalization Rules? Define Normalization?
What is a singleton class in Java?
Does java linked list allow duplicates?
Is java code slower than native code?
What do you understand by the term wrapper classes?
How do you classify Dialog Box?
Write an algorithm program in java for the following question.. In a VLSI design techniques,they used rectangles to design circuits. EVery rectangle is to be placed according to x,y coordinates. Check whether or not two rectangles overlap each other. Here overlapping of rectangles is acceptable, if 1) one rectangle intersect with other. 2) one rectangle fully covers other. The time of algorithm should not exceed o(n logn).
Difference between static binding and dynamic binding?
State the main difference between c++ and java?
Is it possible to use Semaphore/ Mutex in an Interrupt Handler?
What is difference between java and java ee?
what is comparable and comparator interface?