D {Ans: 26. What is state of a thread after creating a Thread object and call the Thread.Start() method? A. Stopped B. Started C. Unstarted D. Running}D {Ans: 37. Assume you wish to build a Web page to show list of products in database. What is the most suitable method for this task? A. Use XML B. Use Client-Side scripting C. Use HTML D. Use Server-Side scripting}C {Ans: 20. How many web.config files an ASP.NET application can have? A. An ASP.NET application don't have web.config file. B. Only 1. C. Greater than or equal 1.}C {Ans: 11. An interface CANNOT contain signatures of the following members: A. Methods B. Properties C. Constructor D. Events}B {Ans: 16. We have to following sentences: 1) VBScript is client-side script code which is supported by all browsers. 2) JavaScript is client-side script code which is supported by Internet Explorer only. A Sentence 1 is correct, sentence 2 is correct B. Sentence 1 is not correct, sentence 2 is not correct C Sentence 1 is correct, sentence 2 is not correct D. Sentence 1 is not correct, sentence 2 is correct}A {Ans: 29. Which sentence is correct? A. Override