What is the difference between C++ & Java?
Answer Posted / raam
program can run without using the class name in c++....
it is must that program is to be run using class name
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Why is java called java?
Explain about transient variables in java?
Why do we need singleton class?
Using callable statement how can you pass out parameters, explain with example?
What is logical variable?
How to make a write-only class in java?
What is the purpose of garbage collection in java?
What is return null in java?
How would you convert bytes to string?
Is it possible to define a method in java class but provide it’s implementation in the code of another language like c?
What is the exact difference in between Unicast and Multicast object? Where will it be used?
What is the default execution method in java?
What is meant by class loader? How many types are there? When will we use them?
What is the difference between abstract classes and interfaces?
What is boolean used for?