Answer Posted / priyabrata patro
at first ,let us know what is thread . Thread is also a functionality which executes concurrently with other of the program ,unlike general function.
Now let us see what is multithreading , executing mutiple thread simultaneously is called as multithreading.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is the difference between array and array list in java?
What is foreach loop in java?
How finally used under exception handling?
What is difference between classpath and path variables in java?
How do you square a number in java?
Is .net better than java?
Is main a keyword in java?
How do I start learning java?
Why stringbuffer is faster than string?
What is the difference between final, finally and finalize() in java?
What does ide stand for?
Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.
What is replacefirst in java?
How can we make sure main() is the last thread to finish in java program?
What is meant by final class?