What is the difference between C++ & Java?
Answer Posted / tarique anwer
The main purpose to developed java language is that "TO
MAKE UNIQUE COMPILER".
java have unique compiler and c++ have savral compiler.
| Is This Answer Correct ? | 61 Yes | 9 No |
Post New Answer View All Answers
What is java english?
Can memory leak in java?
Is nullpointerexception checked or unchecked?
How are java objects passed to a method and what are native methods?
What is difference between c++ and java ?
What are the java ide’s?
What is the static keyword?
What is the difference between a checked and an unchecked exception?
Is space a char?
What are the differences between throw and throws?
Can extern variables be initialized?
what is encapsulation in java? Explain
Write a program to print fibonacci series up to count 10.
Why super is first line in java?
what are different ways in which a thread can enter the waiting state? : Java thread