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
Is class is a data type?
What is sorting in java?
What are white spaces in java?
Does collectionutils isempty check for null?
What environment variables are required to be set on a machine in order to run Java programs?
Can constructor be synchronized?
What is parsing and its types?
What do you mean by access modifier?
Can we declare main () method as non static?
Which class is the superclass for every class in java programming?
What are dot operator queries?
When we serialize an object does the serialization mechanism saves its references too?
Does java runtime require a license?
Can we nested try statements in java?
What is the similarity between dynamic binding and linking?