What is the difference between C++ & Java?
Answer Posted / alka yadav
c++ is a superset of c but java is neither a superset nor a subset of c or c++.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How to create an interface?
What data structures are used to perform recursion?
How are variables stored in memory?
Explain about anonymous inner classes ?
Can an arraylist be empty?
Why is an interface be able to extend more than one interface but a class can’t extend more than one class?
What is the difference between declaration and definition in java?
What is use of super keyword in java?
What is the functionability stubs and skeletons?
How we can skip finally block of exception even if some exception occurs in the exception block in java?
What 5 doubled?
Which class should you use to obtain design information about an object in java programming?
What is run time allocation?
What is float in java?
What are mutable classes?