in Education by
What temporarily redirects response to the browser? (a) (b) <%@directive%> (c) response.sendRedirect(URL) (d) response.setRedirect(URL) The question was posed to me at a job interview. This interesting question is from JSP Elements topic in section Session Management, JSP & API of Java Select the correct answer from above options JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
Right choice is (c) response.sendRedirect(URL) The best I can explain: response.sendRedirect(URL) directs response to the browser and creates a new request.

Related questions

0 votes
    Why are HTTP redirects significant? (a) TCP connection available (b) Complete roundtrip absent (c) Complete ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 23, 2021 in Education by JackTerrance
0 votes
    Which object stores references to the request and response objects? (a) sessionContext (b) pageContext (c) ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 24, 2021 in Education by JackTerrance
0 votes
    Which of the following property is associated with the Response event? (a) responseStart (b) responseEnd (c ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 23, 2021 in Education by JackTerrance
0 votes
    Which of the following is a feature of the HTTP response? (a) Mandatory response body (b) Optional ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 23, 2021 in Education by JackTerrance
0 votes
    How many properties are associated with the Response event? (a) 1 (b) 2 (c) 3 (d) 4 The ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 22, 2021 in Education by JackTerrance
0 votes
    Which identifier is used to represent a web browser window or frame? (a) frames (b) window (c) ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 23, 2021 in Education by JackTerrance
0 votes
0 votes
    Which of the below properties can be used for browser sniffing? (a) platform (b) appVersion (c) ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 23, 2021 in Education by JackTerrance
0 votes
    Each tab in the single web browser window is called as ____________ (a) Browser Information (b) Browsing ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 23, 2021 in Education by JackTerrance
0 votes
    A new web browser window can be opened using which method of the Window object? (a) createtab() ( ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 23, 2021 in Education by JackTerrance
0 votes
    Firebug is an extension of which browser? (a) Mozilla (b) Chrome (c) IE (d) Opera I got this ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 23, 2021 in Education by JackTerrance
0 votes
    Initially, YSlow was an extension of which browser? (a) Chrome (b) Firefox (c) IE (d) Opera I ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 23, 2021 in Education by JackTerrance
0 votes
    How will the HTTP GET request be sent from the browser? (a) Remote server (b) Local server (c) ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 23, 2021 in Education by JackTerrance
0 votes
    When does the browser stop rendering the HTML? (a) Inline JavaScript block (b) External JavaScript file (c ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 23, 2021 in Education by JackTerrance
0 votes
    What will happen if the browser encounters a script tag without an src attribute? (a) Throws an error ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 23, 2021 in Education by JackTerrance
...