Interview Questions

How many objects are there in ASP?

.NET Database ,COM interop,and .NET deployment questions and answers


(Continued from previous question...)

How many objects are there in ASP?

Answer1
8 objects, they are request,response, server,application,session,file, dictionary, textstream.

Answer2
There are 6 objects in ASP.net
a) Server
b) Session
c) Application
d) ObjectContext
e) Response
f) Request

(Continued on next question...)

Other Interview Questions