Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 the purpose of final keyword and when to use it?

0 Answers  


Can we use string in switch case in java?

0 Answers  


Why lambda expression is used in java?

0 Answers  


Can a top level class be private or protected?

0 Answers  


What is equlas() and hashcode() contract in java? Where does it used?

0 Answers  


Explain different ways of creating a thread. Which one would you prefer and why?

0 Answers  


What is the difference between && and & in java?

0 Answers  


When do we use hashset over treeset?

0 Answers  


What is the hashcode () and equals () used for?

0 Answers  


What is the difference between compile-time polymorphism and runtime polymorphism?

0 Answers  


Does sprintf add a null terminator?

0 Answers  


Explain about the security aspect of java?

0 Answers  


Categories