Trending Garbage Collection Discussions

Follow

Ask the Community


Ask any professional question and get answers from other specialists.

Stream language
Mohannad Bakbouk's image
Question added by Mohannad Bakbouk Full Stack Web Developer Almohtaseb
7 years ago

Which of the following jobs are not performed by garbage collector?‎

Freeing memory on the stack. Avoiding memory leaks. Freeing memory occupied by unreferenced objects. Closing unclosed database collections. Closing unclosed files.  ‎ ... See More

Answers:
2
Followers:
Views:
4010
Vote Count:
0
Answer should contain a minimum of 25 characters.
Default profile image
Question added by Deleted user
9 years ago
Answers:
7
Followers:
Views:
323
Vote Count:
1
Answer should contain a minimum of 25 characters.
Umer Ahmed's image
Question added by Umer Ahmed Technical Solutions Consultant III Hewlett-Packard
10 years ago
Answers:
2
Followers:
Views:
318
Vote Count:
1
Answer should contain a minimum of 25 characters.
Default profile image
Question added by Deleted user
8 years ago
Answers:
0
Followers:
Views:
15
Vote Count:
0
Answer should contain a minimum of 25 characters.
SUHAIB KOOTTIAM VELLI's image  
Answer added by  SUHAIB KOOTTIAM VELLI, ios developer, Bebuzzd
9 years ago

In Java, everything is an object. This way, true encapsulation is achieved.  Java also has stronger enumerated types and the ability to synchronize threads. 

Mohamed Rami Assi's image  
Answer added by  Mohamed Rami Assi, Lecturer, Informatics Engineering Faculty, Aleppo University
9 years ago

Java is simpleJava is an elegant language combined with a powerful and well-designed set of APIs. Programmers enjoy programming in Java and are usually amazed at how quic ... See More

Nuzhat Khan's image  
Answer added by  Nuzhat Khan, Software Architect, Beauceron Security
7 years ago

The correct option is C - Garbage Collector does NOT free memory on the stack or close any unclosed files or collections

Muhammad Umar Javed's image  
Answer added by  Muhammad Umar Javed, Senior Software Engineer, Synergy-IT Pakistan
7 years ago

I think options 1,4 and 5 are correct which is option C. The garbage collector collects any unreferenced memory and memory consumed by managed resources. However it does ... See More

Default profile image  
Answer added by  Deleted user
9 years ago

Garbage Collection is also unique.

Javeed Mahammad's image  
Answer added by  Javeed Mahammad, programer,developer, DeccanSoft
9 years ago

Java is a100% pure object oriented programming language,,