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
How to implement a multithreaded applet?
What methodology can be employed to locate substrings inside a string?
Why wait and notify methods are declared in object class?
What is the difference between Array and Hash Table?
What is the difference between notify and notifyall method?
What is canonical name in java?
What are the restriction imposed on a static method or a static block of code?
What is the point of polymorphism java?
Can a class be private in java?
Why string is not thread safe?
What is subsequence of a string?
What is the difference between length and length() method in java?
What about interrupt() method of thread class ?
Explain java thread life cycle.
Can we have try without catch block?