What is the difference between C++ & Java?
Answer Posted / muna nayak
java is platform independs but c++ is not.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Does it matter in what order catch statements for filenotfoundexception and ioexception are written?
Explain the reason behind ending a program with a system.exit(0)?
Why is stringbuffer called mutable?
What is a subsequence of a string?
What is boolean false?
Write a program in java to find the maximum and minimum value node from a circular linked list.
What is var keyword ?
What is this keyword in java?
What is api data?
How do you square a number in java?
Can private method static?
Why are getters and setters used?
what is anonymous class in java?
Why java is object oriented?
Can we create more than one object singleton class?