Which of the following is an example of dynamic inclusion?
getRequestDispatcher("[www.google.com").forward(req,resp](http://www.google.com").forward(req,resp));
getRequestDispatcher("[www.google.com").include(req,resp](http://www.google.com").include(req,resp));
resp.include(req,resp);
resp.forward(req,resp)