What is multithreading ???? How to stop multithrading in
java????
Answer / 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 |
What are dot operator queries?
What is the use of conditional statement?
What are the advantages of compiled language?
What is abstract class constructor called?
How finally used under exception handling?
What are the types of casting?
What is the root class for all Java classes?
Explain about main() method in java ?
Why volatile is used in java?
how to create a jar file in java
How many bytes is 255 characters?
Can java list be null?