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


Please Help Members By Posting Answers For Below Questions

How does list work in java?

504


What is the latest version of java?

579


Why we used vector class?

629


What is enhanced loop in java?

546


Differentiate between postfix and prefix operators in java.

638






What do you understand by synchronization?

588


What java ide should I use?

565


What is initial size of arraylist in java?

534


What is main difference between variable and constant?

523


Explain about the security aspect of java?

568


Explain the difference between call by refrence and call by value?

557


What is data type modifier?

529


public class Test { public static void main(String[] args) { int countA = 0; int countB = 0; int countC = 0; int countD = 0; int countE = 0; int countF = 0; int countG = 0; int countH = 0; int countI = 0; int countJ = 0; int countK = 0; int countL = 0; int countM = 0; int countN = 0; int countO = 0; int countP = 0; int countQ = 0; int countR = 0; int countS = 0; int countT = 0; int countU = 0; int countV = 0; int countW = 0; int countX = 0; int countY = 0; int countZ = 0; } } Can anybody tell me any alternate solution(like loop or something) to automate this initialization process. Ex:- for(char chr='A';chr<='Z'; chr++) { (int) String "count"+chr = 0; }

1845


What is the difference between access specifiers and access modifiers in java?

569


What is purpose of find feature?

609