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
Explain the difference between abstraction and encapsulation.
What is java life cycle?
What is prefix of a string?
Is 64bit faster than 32 bit?
Is null a value?
Explain the usage of this with constructors?
What is the difference between the reader/writer class hierarchy and the inputstream/outputstream class hierarchy in java programming?
what is enumset?
What is the purpose of encapsulation?
What is the purpose of declaring a variable as final?
What is 32 bit float?
Which list does not allow duplicates in java?
What is a method vs function?
Is boolean a wrapper class in java?
Is main an identifier?