What is the difference between C++ & Java?
Answer Posted / seshu.r
c++ is partially object oriented programming language,
but java is fully object oriented programming language.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is string subsequence method?
What are the important features of Java 9 release?
How can we make copy of a java object?
What does this () mean in java?
What does a boolean method return?
explain local datetime api in java8?
What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?
How do you know if a value is nan?
What is ‘is-a ‘ relationship in java?
What is java util?
Can we inherit a class with private constructor?
What are keyboard events?
Are arrays immutable in java?
Can we define static methods inside interface?
What is difference between == equals () and compareto () method?