What is the difference between C++ & Java?
Answer Posted / dilip chaudhary
The main difference between c++ and java is that java is a
platform independent i.e. write once and run any where,but
c++ doesn't.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is the final variable?
What is the default size of arraylist in java?
Explain the pointers in Java?
What are default methods ?
How many bytes is string in java?
Why do we use variables?
Why is stringbuffer called mutable?
What is cr keyboard?
What is nested loop? What is dangling else condition in it?
What is predicate in java?
How does arraylist size increase in java?
Which one will take more memory: an int or integer?
What is final keyword in java? Give an example.
What does int argc char * argv [] mean?
What is <> used for in java?