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
Write a program to print fibonacci series up to count 10.
What is a stringbuilder?
What is object-oriented programming?
What is replacefirst in java?
What does function identity () do?
What is the difference between a vector & an array list?
what are the high-level thread states? : Java thread
what is use of functional interface in java 8?
What are the four versions of java?
String and stringbuffer both represent string objects. Can we compare string and stringbuffer in java?
What is the difference between an object-oriented programming language and object-based programming language?
Name component subclasses that support painting in java programming?
How do you sort a string in alphabetical order in java?
Java is Pass by Value or Pass by Reference?
Explain method local inner classes ?