|
Related Questions |
View Answer |
|
What is the difference betweeen a statis and dynamic include?
|
View Answer
|
|
What is JSP
|
View Answer
|
|
I want to place two buttons one for save and one for delete.i am using DispatchAction as controller,how can i find which button i am pressing and how to diffrentiate?
|
View Answer
|
|
What is the Difference between sendRedirect() and Forward?
|
View Answer
|
|
Can I call an interface in a JSP?
|
View Answer
|
|
What is the differences between JSP LifeCycle and Servlet LifeCycle?
|
View Answer
|
|
How do u maintain a Session?
|
View Answer
|
|
How can initialize interface in JSP?
|
View Answer
|
|
How Do you implement interface in JSP?
|
View Answer
|
|
When we design some login form how we manage security for those forms?which technology used for that purpose?
|
View Answer
|
|
What is the need of implicit objects?
|
View Answer
|
|
Types of indexing used in oracle applications ? and when and how we decide to implement indexing to database ?
|
View Answer
|
|
My html form contains an INPUT "text" element that accepts Date, i want to catch that date and want to query it using JSP? In short, how can i use that HTML form element with Prepared Statements in JSP?
|
View Answer
|
|
How to Upload a textfile from JSP to Servlet
|
View Answer
|
|
How can we implement logoutpage using jsp ..? and Is there any method to force the browser to show the same page again and again after logout..?
|
View Answer
|
|
Why we can't implement interface in JSP? Why we can only extend classes in JSP?
|
View Answer
|
|
Web browser concept using jsp
|
View Answer
|
|
What data is stored in the variable appname when we give the folowing statement String appname=("manager".equalsIgnoreCAse(request.getContextPath()))?"/manager":"/portal";
|
View Answer
|
|
How can i clear values in sessions. if i open a jsp page it is containing previous values. then i need to open a new page then only i am getting a fresh page
|
View Answer
|
|
Text in textarea cant be copy by anyone while it is running in the browser (i.e,the text cant be copy and then paste on the other page) give me suggestion?
|
View Answer
|