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
How do I write a self declaration?
define the terminology association.
What is the full name of java?
Can a abstract class be declared final?
Explain enumeration in java?
What is an example of character?
What is the r character?
What classes of exceptions may be thrown by a throw statement?
What are the three parts of a lambda expression? What is the type of lambda expression?
How to implement an arraylist in java?
What are the 3 types of control structures?
Are primitives objects?
What is indexof?
Differentiate between overriding and overloading cases?
Can we write any code after throw statement?