Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What is the difference in using request.getRequestDispatcher() and context.getRequestDispatcher()?
What is the difference in using request.getRequestDispatcher() and context.getRequestDispatcher()?
✍: Guest
request.getRequestDispatcher(path): In order to create it we need to give the relative path of the resource context.getRequestDispatcher(path): In order to create it we need to give the absolute path of the resource.
2013-08-12, 2735👍, 0💬
Popular Posts:
How will you freeze the requirement in this case? What will be your requirement satisfaction criteri...
What is the sequence of UML diagrams in project? First let me say some fact about this question, you...
The object that contains all the properties and methods for every ASP.NET page, that is built is .. ...
What print out will the folloging code produce? main() { char *p1=“name”; char *p2; p2=(char*)malloc...
How can you implement MVC pattern in ASP.NET? The main purpose using MVC pattern is to decouple the ...