what is the difference between Cpp And Java
Answer Posted / tulasi prasad
in java no pointers concept
there is no friend,::(Scope Resolution)etc..
no operator overloading except +
no header file concept
no macros
no destructors(Garbage Collecter is there in java)
Is This Answer Correct ? | 20 Yes | 1 No |
Post New Answer View All Answers
What is the difference between a break statement and a continue statement?
What is double checked locking in singleton?
What is null in java?
Why is the singleton pattern considered to be an anti pattern?
Can It is possible to synchronize the constructor of a Java Class?
What is the purpose of the system class in java programming?
What is basic syntax?
What does system.gc() and runtime.gc() methods do?
Can we have multiple public classes in a java source file?
what is mena by object block any what is the use of that
Is Java a dying language?
What is multi-catch block in java?
What Is Query Throttling in java?
Is integer immutable in java?
What is the purpose of skeleton and stub?