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 is stack explain?

0 Answers  


If your team member writes code with lots of static variables and static methods, will it cause any side effects?

3 Answers   KPIT,


What is Transient and volatile

10 Answers   iFlex,


How can be define MARKER interfce in java

1 Answers  


what is java

10 Answers  






Name the methods that used to get and set the text label displayed by a Buttonobject?

1 Answers  


What are structs in java?

0 Answers  


When you declare a method as abstract method ?

2 Answers   HP,


How can we make string upper case or lower case?

0 Answers  


How to provide security in java

0 Answers   Infosys, TCS, Tech Mahindra,


How do we make a class serialize?

3 Answers   Syntel,


What is a generic type?

0 Answers  


Categories