what is abstact class in asp.net?
Answer / sravi
abstract class is a class with atleast one method defined
as abstract.the type of class can't instantiated..abstrcat
class can hav one or more abstract methods..it implemnt the
functions..
| Is This Answer Correct ? | 0 Yes | 0 No |
How are sessions maintained? A. The browser sends a cookie to the server with each request. B. The browser sends a Querystring variable to the server with each request. C. The browser sends a hidden Form variable to the server with each request. D. The browser sends a long variable to the server in the BODY of each request. E. None of the above.
IN THREE TIER AMONG THREE LAYERS WHICH ONE IS INDEPENDENT LAYER AND HOW?
How do you administer security for my machine for an enterprise?
What are the scripting objects in asp?
What is asp contentplaceholder?
What are the components of asp?
What is the meaning of asp in computer?
why many web.config files are used in are project
how we can establish the connectivity between front end and backend?(asp as front end and c# as back end)
Define application-scope?
What app opens aspx files?
What is the function of Buffer in Response Object?