What is the difference between C++ & Java?
Answer Posted / saket
C++ supports multiple inheritence but Java provides
interfaces in case of multiple inheritence.
| Is This Answer Correct ? | 399 Yes | 28 No |
Post New Answer View All Answers
Tell me a few examples of final classes defined in Java API?
Why is serialization required?
Why are the destructors for base class and derived class called in reverse order when the program exits
Can private class be extended java?
How do we access static members in java?
How to split arraylist elements in java?
What is the final blank variable?
What is use of functional interface in java 8? Explain
What is the history of java?
Why do we declare a class static?
What's a method in programming?
How many ways can an argument be passed to a subroutine and explain them?
What is keyword and identifier?
Can singleton class be serialized?
How concurrent hashmap works?