What is the difference between C++ & Java?
Answer Posted / rishi
java has no pointers where c ++ has pointers
| Is This Answer Correct ? | 425 Yes | 47 No |
Post New Answer View All Answers
What languages are pass by reference?
How does list work in java?
What are the data types supported by java? What is autoboxing and unboxing?
what is the constructor and how many types of constructors are used in java?
If you do not want your class to be inherited by any other class. What would you do?
How to stop a thread in java? Explain about sleep () method in a thread?
What is qualitative variable?
who can i handle multiple client in RMI
Can we assign integer value to char in java?
Why java is considered dynamic?
What is gc()?
What is the use of 'super' keyword inside a constructor?
What is mean by collections in java?
how to know the total memory occupied by the objects in the ArrayList(Array list may contain duplicate objects)
What about interthread communication and how it takes place in java?