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 is int short for?
Justify your answer that you can't define a method inside another method in java, if you can then how?
What do you understand by the term string pool?
Can an interface be final?
What is byte code and why is it important to java’s use for internet programming?
How to instantiate static nested classes in java?
What do you mean by global variable?
What is the difference between logical data independence and physical data independence?
What is string in java?
Will the compiler creates a default constructor if I have a parameterized constructor in the class?
Which oo concept is achieved by using overloading and overriding?
What is nested loop? What is dangling else condition in it?
What is use of a abstract variable?
What are the differences between wait() and sleep()?
Name and explain the types of ways which are used to pass arguments in any function in java.