Basic Interview Question

1)Can you run an application without web.confige file?
Yes
2)What is default time of expire session?
20 minute 
3)Which namespace is used to get assembly details?
System.Assembly

4)What will be the output of Following code String a=”Hello”; String b=”World” String c= a+b Response.Write ( “C “);
C
5)If an Aspx page is requested from the web server, the out put will be rendered to browser in following format.
HTML

6)Which Method of Data Adapter is used to Populate the DataSet?
Fill
7)How Many Machine.Config Files are possible ?
1
8)Which two properties are same on every validation control?
Controltovalidate & Error Message
9)Which Class cannot be Instantiated?
Static class
Sealed Class
10)Where Cookies are stored?
Client Side

No comments:

Post a Comment

Plz Share your comments...