Buy Questpond's video subscriptions on
huge discount
.
Online: 7543
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Exclusive Interviews
>
C#
>
Post
|
Interview FAQs
|
Exclusive Interview Home
|
Interview Home
|
Search
Loading ...
If a thread executes ____________ the current thread state is changed to waiting and it remains in that state until th thread referred by "t" is terminated.
Posted by
deccansoft
on 9/25/2010 | Category:
C# Interview questions
| Views: 2985
Select from following answers:
t.Join()
Join(3000)
t.IsAlive()
t.Abort
Show Correct Answer
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous question :
________ to check whether the thread is dead or al ...
Next question > :
In .Net every thread has two objects associated wi ...
Comments or Responses
Login to post response
More Interview Questions
In .Net every thread has two objects associated with it. Custom object ...
A thread is said to be in ___________ state when the resources are not ...
While in __________ state, the thread doesn't perform any task
A thread is waiting for processor to be allocated to it in __________ ...
Scheduling is done based on the priority of __________
In _____________ scheduling, OS can un-schedule a thread even if it di ...
Every process has _____________
Describe the difference between a Thread and a Process