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
Why do we need singleton class?
What is difference between array and vector?
How does a for loop work java?
What are synchronized methods ?
What do you mean by platform independence?
What is a website container?
Can we extend private class in java?
Is there any way to skip finally block of exception even if some exception occurs in the exception block?
What is a java list?
What is static block?
What is style and indentation?
Can we print null in java?
What is the return type of the main method?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters in java programming?
Can finally block be used without a catch?