What is the difference between C++ & Java?
Answer Posted / tiwari suryaprakash
You can Run your Program after deleting(but atleast one time
run it before RUN it) your program will RUN.
But in C++ it is not possible because C++ is only INTER
PRETER language but java is INTER PRETER as well as Compiler.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What are the Main functions of Java?
What is an error in java?
What is collection class in java?
Which collections are thread safe in java?
Can an interface be final?
How to perform bubble sort in java?
Can a class be private or protected in java?
what is the role of xml in core java?? and how we can use it?? can somebody give a sample program with explanation and from where i can read more about xml?????
How many times finalize method will be invoked? Who invokes finalize() method in java?
What is an object in java and how is it created?
What is the replace tool?
Is hashset ordered java?
How to invoke external process in java.
Write a program to print count of empty strings in java 8?
Explain why wait(), notify() and notifyall() methods are in object class rather than in thread class?