What is the difference between C++ & Java?
Answer Posted / gokul
1) c++ is platform dependent
Java is platform independent
2) multiple inherence is possible in c++ but not in Java
3) Pointers possible in c++ but not in Java
4) we cant create web applications in c++ but can in Java
5) A c++ program can be without class, but java program
should be in class :)
| Is This Answer Correct ? | 26 Yes | 3 No |
Post New Answer View All Answers
How do you create a null object?
What is stack explain?
How do I get the | symbol on my keyboard?
How many tetrahedral voids are there in bcc?
Can You Have Virtual Functions In Java?
How to reverse string in java?
What is loop in java?
Which sorting algorithm is best in java?
What data type is true or false?
What does business logic mean?
What are keywords give examples?
State some advantages of java?
How do you control extraneous variables?
Can we use synchronized block for primitives?
What is static import in java?