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 does math floor () do?
How to find the largest value from the given array.
What is the meaning of flag day?
How do you check whether the list is empty or not in java?
What is a parameter in java?
What are the disadvantages of object oriented programming?
Does garbage collection occur in permanent generation space in jvm?
What is oop in java?
Convert a BST into a DLL and DLL to BST in place.
How does class forname work in java?
In the below example, how many string objects are created?
why are wait(), notify() and notifyall() methods defined in the object class? : Java thread
Is java an open source?
What is core java called?
Which non-unicode letter characters may be used as the first character of an identifier?