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
When we should use serialization?
What is the main method java?
What is blank final variable?
When does an object becomes eligible for garbage collection in java?
How to implement an arraylist in java?
How you can force the garbage collection?
Is java an ide?
What is hashset in java?
What is the method to expand and collapse nodes in a jtree?
How java enabled high performance?
How many bits is a float?
Can a serialized object be transferred via network?
What is identifier with example?
What happens when you invoke a thread’s interrupt method while it is sleeping or waiting?
What is boolean in java?