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 advantage of using threads?

Answers were Sorted based on User's Feedback



What is advantage of using threads?..

Answer / rajashree

a)lower context switching over head.

b)shared state:
allowed concurrent instance of the server to communicate
easily with each other

c)linux supports the POSIX thread standard
i)pthreads library.
ii)portable across most unix platform.

Is This Answer Correct ?    9 Yes 0 No

What is advantage of using threads?..

Answer / yayati pavan kumar

Threads means part of a program which is in execution.That
means it's very easy to implement any large and complex
application by partitioning into threads. By this we can
save memory or storage.

we can decrease time of execution
It is very easy to test as the whole code partitioned into
parts and execute

Is This Answer Correct ?    8 Yes 1 No

Post New Answer

More Core Java Interview Questions

What classes of exceptions, caught by a catch clause?

1 Answers  


If we don’t want some of the fields not to serialize how to do that?

0 Answers  


Is alive and join method in java?

0 Answers  


what is java bean?where can we use it?

12 Answers   TCS,


What are the pillars of java?

0 Answers  


What is meant by 'bit masking' in java?

0 Answers   DELL,


Is java call by value?

0 Answers  


What is the structure of java?

0 Answers  


What is assembly language?

0 Answers  


To what value is a variable of the Boolean type automatically initialized?

3 Answers  


What is a heavyweight component?

0 Answers  


What is hard code & soft code?

7 Answers   Cognizant, Wipro,


Categories