Tag: technology
Questions Related to technology
What will be the result of running the following jsp file taking into account that the Web server has just been started and this is the first page loaded by the server?
Which of the following statements regarding HttpRequest methods are correct?
Which statements are correct about the method PageContext.include?
Which of the following statements PageConext methods pushBody and popBody are true?
. Is it true that all tags have a parent tag,which is null for top-level tags, and is the innermost containing tag for nested tags.
You are calling the method HttpServletResponse.sendRedirect(String path) and you want to make sure that the user continues in the same session. How do you that?