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


Please Help Members By Posting Answers For Below Questions

What super () does in java?

486


What happens if constructor is private?

566


Write a java program to print fibonacci series?

542


Why does java not support operator overloading?

660


What does this mean java?

561






What is finalize() function in java?

563


Explain the private field modifier?

613


How do you control extraneous variables?

506


Is java a super set of javascript?

587


What is the use of using enum to declare a constant?

558


What is super keyword explain with example?

535


Variables used in a switch statement can be used with which datatypes?

517


which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?

9239


Is null a string or object in java?

551


What is meant by flickering?

656