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 percentage in java?
Can we create an object of private class?
What does math floor () do?
What is an iterator java?
What is the difference between equals() and == in java?
When will you define a method as static in Java?
Where local and global variables are stored?
What are internal and external variables?
Are arrays static in java?
What are some examples of variable costs?
Can java list be null?
Tell some latest versions in JAVA related areas?
What is the argument in java?
What is complexity and its types?
Why string is immutable with example?