Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how to maintain the session state?
what is Abstract class and interface and inheritence with
example?

Answers were Sorted based on User's Feedback



how to maintain the session state? what is Abstract class and interface and inheritence with exam..

Answer / anitha

Session object can be used for storing session-specific
information that needs to be maintained between server
round trips and between requests for pages.various modes of
storing ASP.NET session is:InProc,StateServer,and SQL
SERVER state.

Abstract classes provide a simple and easy way to
version your components. By updating the base class, all
inheriting classes are automatically updated with the
change. Interfaces, on the other hand, cannot be changed
once created. If a new version of an interface is required,
you must create a whole new interface.
If we want to provide common, implemented
functionality among all implementations of your component,
use an abstract class. Abstract classes allow you to
partially implement your class, whereas interfaces contain
no implementation for any members.

Inheritance is getting properties from parent class
to child class.

Is This Answer Correct ?    5 Yes 1 No

how to maintain the session state? what is Abstract class and interface and inheritence with exam..

Answer / prabhat

session are maintain on the server,session are created for
the individual user,the data are stored in the session
butare secured,

all methods are abstract method in the interface,and we can
not use any modifier before method in interface calsses.
Abstact class having abstract method as well as user defind
method,

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Dot Net Framework Interview Questions

How .net assemblies are registred as private and shared assembly ?

2 Answers   Infosys, MMTS,


Difference between <connectionstring> and <appsettings>

4 Answers  


What is gacutil.exe. Where do we store assemblies ?

5 Answers   Accenture, BirlaSoft,


What are the 3 segments of the default route, that is present in an ASP.NET MVC application?

0 Answers   NA,


What are the components of the .net framework.

0 Answers  


How to change the action name in mvc?

0 Answers  


What are class access modifiers

1 Answers  


Explain what languages does the .net framework support?

0 Answers  


How the color of selected menu item will be changed in asp.net menu item?

1 Answers   Cognizant,


unit test done by tetser on development team?

3 Answers   Crea,


Can you please explain the request flow in ASP.NET MVC framework?

0 Answers  


How does �side by side� work for the .net framework 3.0?

0 Answers  


Categories