What is the difference between C++ & Java?
Answer Posted / hemantha kumar
JAVA IS PLATFORM INDEPENDENT.WE CAN RUN .class file in any
OS or any computer.
But c && C++ are platform dependent.i.e if .exe file
created in sp2 then it will not work in other Systems(OS).
&& IF ur processor is 8086 then the created .exe file will
work in 8086 processor only.
Fo r more information read AN INTGREATED APRROCH TO JAVA
(BLACK BOOK)
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is the disadvantage of java?
What classes of exceptions may be caught by a catch clause in java programming?
What is the use of put method?
What is an exception? difference between Checked and Unchecked exception in Java
Explain heap sort?
What is the difference between a loader and a compiler?
How do you square a number in java?
Is java code slower than native code?
Explain methods specific to list interface?
What is the use of java?
What is ide with example?
What is linked hashset and its features?
Is there any limitation of using inheritance?
Explain an intermediate language?
What is contract between hashcode and equal method?