You are on page 1of 3

1. How thread execution can be passed? a), Thread Sleep () Suspend () 2.

b), Thread stop () c), Thread sterupt () d), Thread

What the way to stop a ung running thread. a), Thread Abnt b), Thread Resume c), Thread start

3. After completing last if thread not completed which method will be used to complete it. a), Thread join 4. b), Thread wait c), Thread invoke

Can we use events with threading () a), Yes b), No

We can use events with threads this is one of the techniques to synchronic one thread with Other. 5. Which are the states of thread? a), Ps running 6. Isalive c), Suspended d), All the above

To achieve a wait mode which object is iused b), Mutex object c), syctronication object d), All

a), Monitor object the Above 7.

How many thread can own a mutex objects at time? a), One b), Two c), Three d), None

8. 9.

What is monitor object? How can we know of state thread? a), Threadstate Property

10. 11. 12.

Where autoreset event used in threads?. Difference between thread & process. How can we avoid deadlock in threading? b), Interlocked classes c), Wait handles d),

a), Monitor object Event raising e), All the

above 13. 14. What is wait any? How to interrupt a thread a), Thread interrupt 15. b), Thread stop c), None

Can we have more than one thread in application domain. a), Yes b), No

16. 17. 18.

Which name space will be used for threads system? Priority level of threads? To use interlocked class write namespace? System threading interlocked increment

19. Process will have more one thread? a), True b), False

20. What is reader writer lock? 21. How kill session method is used? a), session.Abandon () b), Session.kill () c), Session.clear ()

22. Session management types? 23. Can we have multiple catch blocks that can be allowed in single try block. a), Yes b), No

24. Instead of using master page what can be done for making common things in all pages? a), Web Controls b), User Controls

25. What is used sessions in ASP.Net? 26. How can exception be handled without the use of try catch? a), Using exception management application block b), Page _ Error c), Application_error objects d), All

27. Maximum size of query string?

a), 255 for IE b), 4000 for firefox

You might also like