If foreground completes its processing will it wait for
background threads?
Answer Posted / pradeep
yes if we have implemented join method of thread then it
will wait else wont
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the main components of .net framework?
explain why t4 entity is important in entity framework?
Will the name change be reflected in any of the existing .net framework 2.0 apis, assemblies, or namespaces?
How OS come to know whether to load the .net framework when we run an .exe created using .Net framework?
What is a model in programming?
How route table has been created in asp.net mvc?
I want to fetch data from datareader. i have three tables in datareader. i want to bind my two table with datagrid, then i want to fetch a value from my third table. do u have any idea pls help me. we use dr.nextresult() for multiple tables.
what is csdl?
What is namespace of asp.net mvc?
what is use of entity container?
which are the key concepts of entity data model?
If I have multiple filters implemented, what is the order in which these filters get executed?
What are the major improvements provided by the common language runtime and the base class libraries? Or what are the major improvements in .net framework 4.0?
What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?
How we can handle the exception at controller level in ASP.Net MVC?