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
How does compareto method work?
What are recursive functions?
What do you understand by abstract classes?
Can we sort set in java?
How many types of design patterns are there?
What is a functional interface?
what is the purpose of using rmisecuritymanager in rmi?
Explain how hashmap works?
Which class is the superclass for all the classes?
How to sort list of list in java?
I want to re-reach and use an object once it has been garbage collected. Define how it’s possible?
What variables are stored in stack?
Is an integer an object?
What is function overriding and overloading in java?
Can subclass overriding method declare an exception if parent class method doesn't throw an exception?