web technology Online Quiz - 63
Description: web technology Online Quiz - 63 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: web technology |
String mystring; Creates a(n)
interfaces represent concrete types that convey implementation details such as fields and method implementations.
Which one of the following keywords causes a compile time error if used in a static method?
The CLR uses which format for assembly version numbers?
C# language does not support
Which one is faster? response.redirect or server.transfer
alternative of multiple inheritance in c#?
You have been asked to debug a Web-based ASP.NET application. For some reason, the debugging information is not presented. What could be missing?
What ASP.NET object encapsulates the user’s data as it is sent from a form in a page?
What ASP.NET object is used to get information about the web servers hostname?
What is the use of the WebForm.aspx.cs file?
What happens if an ASP.NET server control with event-handling routines is missing the runat="server" attribute from its definition?
What is used to validate complex string patterns like an e-mail address?
If you want to ask the user to select between two or more mutually exclusive options, you would employ which of the following controls?
You need to identify a type that meets the following criteria: ? Is always a number.? Is not greater than 65,535. Which type should you choose?