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 ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can static method access instance variables ?
What is static import?
Differentiate between a constructor and a method? Can we mark constructors final?
What is the benefit of abstract class?
Is an empty arraylist null?
How many threads can I run java?
Is empty .java file name a valid source file name?
Which containers use a flowlayout as their default layout in java programming?
What is exception handling in java?
Can we declare a class as static?
If I only change the return type, does the method become overloaded?
What is the difference between quicksort & mergesort? When should they be used? What is their running time?
What is the use of optional ?
Can an anonymous class be declared as implementing an interface and extending a class in java programming?
What will be the output of round(3.7) and ceil(3.7)?