What is the difference between C++ & Java?
Answer Posted / ravikiran(aptech mumbai)
c++ is a purely object oriented language and java is not due
to non supportal of multiple inheritence
| Is This Answer Correct ? | 198 Yes | 614 No |
Post New Answer View All Answers
What is type parameter in java?
What are sets in java?
Write a program to reverse array in place?
What do you understand by access specifiers in Java?
What Is Composition?
How to perform linear search in java?
explain what is transient variable in java?
what are the high-level thread states? : Java thread
What is meant by javabeans?
What is generics in java interview questions?
What is meant by local variable and instance variable?
What is boolean example?
What are the different types of sorting in java?
Which of the following is not an isolation level in the JDBC
Difference between class#getinstance() and new operator ?