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 the major drawback of internal iteration over external iteration?
Is array an object in java?
Does importing a package imports its sub-packages as well in java?
What is the meaning of variable in research?
What is boolean keyword in java?
How do you convert an int to a string in java?
Explain about interthread communication and how it takes place in java?
Is java se free?
What is covariant return type?
What happens if a try-catch-finally statement does not have a catch clause to handle an exception that is thrown within the body of the try statement?
Can you explain the usages of class.forname()?
What is the loop in java?
What is rmi and steps involved in developing an rmi object?
Can an interface implement another interface?
How do you use nextline in java?