What is multithreading ???? How to stop multithrading in
java????
Answer Posted / jyothsna ivaturi
An independent sequential path of execution with in a program is called as THREAD.
MULTITHREADING is the proess of execution of two or more threads concurrently at a time.
This process can be stopped in java with the help of synchronization.
SYNCHRONIZATION can be defined as "a shared resource can be used by only a single thread at a time"
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What is the mapping mechanism used by java to identify IDL language?
Is java ee a framework?
What is the structure of java?
What is difference between variable declaration and definition?
How do you know if a value is nan?
Is cout buffered?
Which sorting is best in java?
Can we restart a thread already started in java?
What does index mean in java?
Explain the difference between private, public, package and protected in java?
What are the benefits of operations?
Define class?
Is empty set an element of empty set?
How are java objects passed to a method and what are native methods?
What are the two ways of implementing multi-threading in java?