if the memory capacity is 700 presently occupied by process
is 690. then another process request space(40)
how this situation handled in java.
Answer Posted / guest
By using the concepts called threads
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are different types of multitasking?
What happens if main method is not static?
What are the advantages of packages in java?
What is a consumer in java?
What is the purpose of file class?
What is a finally block? Is there a case when finally will not execute?
Difference between string, string builder, and string buffer?
difference between byte stream class and character stream class?
How many ways can an argument be passed to a subroutine and explain them?
What is flush buffer?
What is the static import?
When is the finalize() called? What is the purpose of finalization?
what is the purpose of the wait(), notify(), and notifyall() methods? : Java thread
Convert Binary tree to linked list.
'A class is a template for an object' explain this statement.