what is the use of thread?Justify it by project point of view

Answer Posted / pratiksha

Thread is a lightweight process and we are using it for
doing multiple task at the same time.

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we define private and protected modifiers for variables in interfaces?

574


What is a arraylist in java?

551


What is JVM and is it platform independent?

555


How is final different from finally and finalize?

489


Define locale.

579






How many bits is a boolean?

615


what is the difference between yielding and sleeping? : Java thread

516


What are multiple inheritances? Is it supported by java?

456


What are serialization and deserialization?

715


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; }

1844


What is byte [] in java?

525


Can a class have 2 constructors?

490


How do you use wildcards?

528


What is the java virtual machine?

576


Can we use this () and super () in a method?

525