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 collection class in java? List down its methods and interfaces.
What is variable in java?
Where local and global variables are stored?
What is a boolean structure?
Can we execute java program without main method?
Can a class be private?
What is tochararray in java?
Is a case study a method or methodology?
What is the static keyword?
How objects are stored in java?
Explain working of call by reference function invoking.
What is arraylist class in java?
Can we compare two strings in java?
Tell me a few examples of final classes defined in Java API?
Is a boolean variable?