State true or false -- While using request.getRequestDispatcher(path) we need to give the absolute path of the object

Skill/Topic: Programming Constructs
A) True
B) False
Explanation: 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.

Showing Answers 1 - 4 of 4 Answers

vel

  • Feb 6th, 2007
 

No we dont want to give because we are requesting for the path so leave it as (" ");

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions