What is multithreading ???? How to stop multithrading in
java????



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

Post New Answer

More Core Java Interview Questions

What does += mean coding?

0 Answers  


What is executor memory?

0 Answers  


What is OOP?

2 Answers   BMC, Microsoft,


What is dot operator?

0 Answers  


What is the purpose of static methods and static variables?

0 Answers  






How to do a true java ping from windows?

0 Answers  


Is math an abstract class in java?

0 Answers  


What is the purpose of the wait(), notify(), and notifyall() methods in java programming?

0 Answers  


What is the purpose of the return statement?

0 Answers  


When does a class need a virtual destructor?

0 Answers   Flextronics,


Explain final, finalize() and finally?

11 Answers   Accenture, TCS,


What is connection class in java?

0 Answers  


Categories