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
Which variables are stored in heap?
What does three dots mean in java?
Can you tell me range of byte?
what are three ways in which a thread can enter the waiting state? Or what are different ways in which a thread can enter the waiting state? : Java thread
How many types of voids are there?
What is the best way to findout the time/memory consuming process?
What is a class in java?
what is optional in java 8?
Whats the difference between notify() and notifyall()?
What are the three best choices for a development environment?
What are the wrapped, classes?
How to make a non daemon thread as daemon?
How list contains works in java?
Explain the JDB in depth & command line.
How many types of string data types are there?