What is the difference between C++ & Java?
Answer Posted / rachana
C++ DON'T HAVE HAVE AUTOMATIC GARBAGE COLLECTION BUT JAVA
HAVE AUTOMATIC GARBAGE COLLECTION
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?
what is the constructor and how many types of constructors are used in java?
Do loops java?
What is == in java?
why Interface used?
How many threads can java run?
What is the lifetime and scope of a variable?
Break statement can be used as labels in java?
What is lossy conversion in java?
What does .equals do in java?
Define how objects are stored in java?
how does multithreading take place on a computer with a single cpu? : Java thread
What are the two ways to create a thread?
Can we write a class without main method in java?
What is arrays sort in java?