Answer Posted / jaseer v
Garbage collector
| Is This Answer Correct ? | 21 Yes | 4 No |
Post New Answer View All Answers
what is the purpose of the wait(), notify(), and notifyall() methods? : Java thread
Can we have multiple public classes in a java source file?
What is runtime locatable code?
Can we create an object if a class doesn't have any constructor ( not even the default provided by constructor ) ?
What are the elements of java?
What is java in layman terms?
What is the difference between superclass and subclass?
can java object be locked down for exclusive use by a given thread? Or what happens when a thread cannot acquire a lock on an object? : Java thread
What 5 doubled?
how to create multithreaded program? : Java thread
What is anti pattern in programming?
What Is Composition?
Explain, java is compatible with all servers but not all browsers?
What are the differences between forwarding () method and sendredirect() methods?
Explain why wait(), notify() and notifyall() methods are in object class rather than in the reading class?