Interview Question
Qus: Overhead of using Session?
We use abstract class when we need provide some common functionality across a set of related classes while also allowing default method implementations in case of single or multiple inheritance.
Answers (2)
1) Poor application performance because of saving data to session.
2) Mode load on server when the traffic increases on the web site.