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 palindrome in java?
What is functional interface in java example?
What is variable declaration and definition?
What do you mean by formatting?
What is hash in java?
Why does java doesnt suuport unsigned values?
What is method overriding in java ?
What are local variables?
Can a class declared as private be accessed outside it’s package?
Is it correct to say that due to garbage collection feature in java, a java program never goes out of memory?
Where can i get Latest SUN Certification Dumps and what are the Sun Certification Codes that are available, Im new to JAVA, so please gimme info as i need to write J2EE - Core Java Certification
What are the different tags provided in jstl?
What is a superclass?
What are the advantages of java?
What is generic type?