What is the difference between C++ & Java?
Answer Posted / sanjay gajula
IN C++ WE CAN WRITE A PROGRAM WITHOUT USING "CLASS" WHEREAS
IN JAVA IT IS NOT POSSIBLE.
| Is This Answer Correct ? | 294 Yes | 40 No |
Post New Answer View All Answers
Name container classes in java programming?
Can we have any code between try and catch blocks?
What is hash code collision?
Write java program to reverse string without using api?
What is javac_g?
What are the characteristics of Final,Finally and Finalize keywords.
Explain the purpose of garbage collection in Java?
What is purpose of find feature?
Why Java doesn’t support multiple inheritance?
What is the difference between public, private, protected, and friend access?
How do you use nextline in java?
How do you call a reference in java?
List out benefits of object oriented programming language?
How can you share data between two thread in Java?
what is thread? What are the high-level thread states? Or what are the states associated in the thread? : Java thread