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 private protected in java?
What is a pattern what is an anti pattern?
What is variable argument in java?
Why java is said to be pass-by-value ?
What is dynamic binding(late binding)?
State the difference between strings and arrays.
What is annotation in java?
What is the major difference between linkedlist and arraylist?
How a string is stored in memory?
What is lifetime variable?
What does system out println () do?
Is boolean a wrapper class in java?
What is difference between static class and normal class?
What's the difference between int and integer in java?
how to create daemon thread in java?