ASP.NET QUIZ-2
1. Which of the following methods is ideally suited for retrieving a single row and single column from the database?- By using fill method of the data adapter
- By using ExecuteReader method of the command object
- By using ExecuteScalar method of the command object
- All of the above
- A class is an instance factory
- A class is a template for creating an entity
- A class is a set of all the instances of a pattern
- None of the above
- <ASP:Panel>
- <ASP:Div>
- <ASP:TableCell>
- <ASP:ImageButton>
- The data stored by CLR
- The data allocated by CLR GC
- The data de-allocated by CLR GC
- The data allocated and de-allocated by CLR GC
- Dim CustomerAddress As New Cookie(“CustomerInfo”)
- Dim CustomerAddress As Cookie(“CustomerInfo”)
- Dim CustomerAddress As HttpCookie(“CustomerInfo”)
- Dim CustomerAddress As New HttpCookie(“CustomerInfo”)
- Garbage collection
- Multiple platform support
- Code verification
- Code access security
- 5
- 8
- 4
- Any number of times
- System
- System.CodeDom
- System.IO
- System.Thread
- System.Text
- Windows built-in authentication
- Passport-based authentication
- Forms-based authentication
- IIS authentication
- Response.Redirect()
- Server.Transfer()
- Server.Execute()
- Page.ProcessRequest()
Answer: 1.3, 2.2, 3.2, 4.4, 5.4, 6.2, 7.4, 8.2, 9.4, 10.1
No comments:
Post a Comment