InterviewSolution
| 1. |
How Do You Prevent The Creation Of A Session In A Jsp Page And Why? What Is The Difference Between Include Directive & Jsp:include Action? |
|
Answer» By default, a JSP PAGE will automatically create a session for the request if ONE does not exist. By default, a JSP page will automatically create a session for the request if one does not exist. |
|