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 is difference between path and classpath in java?
What is the difference between yielding and sleeping?
What is keyword in oop?
Why is whitespace important?
Hi Friends, can u give code to convert ArrayList to HashMap and HashMap to ArrayList.
What is java and why do we need it? Explain
What is jpa specification?
Explain restrictions for using anonymous inner classes?
What is consumer interface?
What is linkedlist in java?
Which data type is class in java?
How to create a fecelet view?