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

Can string be considered as a keyword?

0 Answers  


Why wait(),notify(),notifyAll() methods defined in Object class althought we are using in only threads.

0 Answers   Mphasis,


Tell me the difference between an applet and a Japplet?

1 Answers  


What are different types of classloaders?

0 Answers  


Explain the use of volatile field modifier?

0 Answers  






Difference between arraylist and vector.

0 Answers  


What are the four pillars of java?

0 Answers  


How to add panel to a Frame?

5 Answers  


What are the types of methods in java?

0 Answers  


What is the synonym of framework?

0 Answers  


What is public static void main?

0 Answers  


What an i/o filter?

0 Answers  


Categories