Multiple Choice
Which of the following can`t be used in our .NET application?
A) .Net Assemblies
B) ActiveX Control
C) COM type libraries
D) All of the above can be used
Correct Answer:

Verified
Correct Answer:
Verified
Q6: Two methods with the same name but
Q7: Can you store multiple data types in
Q8: Feature of a local variable?<br>A)It can be
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
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()
Q14: Different ways a method can be overloaded
Q15: Which access modifiers are used in the
Q16: A variable which is declared inside a