what is multithreading?

Answer Posted / gv praveen kumar

flow of control is known as thread and multiple flow of control is known as multi thread.Our java program containing one thread at the time of execution and one more thread is been created at background of our java program known as garbage collector.every java program contains two threads given as multi thread.

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is an abstract method in java programming?

607


What is thread start?

522


what is meant wrapper classes?

607


Are maps ordered java?

511


What is int short for?

516






Explain the init method?

544


What does it mean to be immutable?

552


Is null == null in java?

654


What is super?

585


What causes memory leaks in java?

490


What is nested loop? What is dangling else condition in it?

574


What does I ++ mean?

611


5 Coding best practices you learned in java?

640


How many ways can we create the string object?

532


Is Constructor possible in abstract class in java ?

590