What is the difference between C++ & Java?
Answer Posted / radhika
c++ is not purely object oriented language .but Java is from 1.5 version ,it is purely object oriented language.
c++ is a language . Java is a language,and platform also.
c++ is platform dependent . Java is plat form independent .
c++ doest satisfy real time real time entities. but Java satisfies .
Java is more secured compare to c language because of rich hierarchic
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is the use of list in java?
Is java a security risk?
How many JVMs can run on a single machine and what is the Just-In-Time(JIT) compiler?
Is an object null?
What is difference between add() and addelement() in vector?
Write a program to check string is palindrome without using loop?
Why hashmap is used in java?
What is the size of an array?
Why inputstreamreader is used in java?
How will you calculate the depth of a binary tree if the tree contains 15 nodes?
Where is java located?
If you are given the name of the function at run time how will you invoke the function?
What is the syntax and characteristics of a lambda expression? Explain
What is final method in java?
Difference between operator overloading and function overloading