Multiple Choice
Feature of a local variable?
A) It can be used anywhere in the program
B) It must accept a class
C) It must be declared within a metho
D) D It represent a class object
Correct Answer:

Verified
Correct Answer:
Verified
Q3: Web.config file is used?<br>A)Configures the time that
Q4: The RangeValidator control supports the following data
Q5: What are the basic techniques for creating
Q6: Two methods with the same name but
Q7: Can you store multiple data types in
Q9: What is the output of the code
Q10: int keyword targets to which .Net type?<br>A)System.Int8<br>B)System.Int16<br>C)System.Int32<br>D)System.Int64
Q11: Which of the following can`t be used
Q12: Choose the form in which Postback occurs?<br>A)Html<br>B)Webforms<br>C)Windows<br>D)All
Q13: How to kill a user session explicitly?<br>A)Session.Close()<br>B)Session.Discard()<br>C)Session.kill()<br>D)Session.Abandon()