Latest Answer: In this case the page will be included at the time compilation.
It is static include.
If you have any changes that will not be reflect ie it will not display the out.
In this case page will be include at the time excution time ie run time.
It ...
There is an object that provides one point access to page, request, response, session, out, exception, config and application. What is that object or mechanism? Is it pageContext, if so give an example.
What are the default objects provided by JSP container? Other than page, request, session and context objects.
Latest Answer: Page is the default scope of jsp pape ...
When many Users are browsing the same application at the same time and they click the "Submit" button will many objects be created for each and every User?
Latest Answer: when you use doget() method the formfield data is passed to the server as part of query string so there is no confidential to the data ,every body can see that dataand one more is we can send very limited data to the server by using doget() method.if ...
Latest Answer: by using the requestdispatcher.dispatch() method we can redirect ot another page. ...
A] Is the response.sendRedirect ends the existing session?B] If I logged in to a site ( say a.com) & then in same browser window I type the url for another site (say b.com), then does my session gets ended on first site ( a. com ) ?
Latest Answer: Hi frds,We can override init and destroy methods within declaration tag of jsp ...
Latest Answer: Mr. Srinivas plz go through the once.the question is about url and hidden fields,its depends on the application to use URL or hidden fields.we use url so that we can go back and varify the given input through url,where as hidden feild for secracy,we can ...
View page << Previous 4 5 6 7 [8] 9 10 11 12 13 Next >>

Go Top