adplus-dvertising
frame-decoration

Question

“out” is implicit object of which class?

a.

javax.servlet.jsp.PrintWriter

b.

javax.servlet.jsp.SessionWriter

c.

javax.servlet.jsp.SessionPrinter

d.

javax.servlet.jsp.JspWriter

Answer: (d).javax.servlet.jsp.JspWriter

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. “out” is implicit object of which class?

Similar Questions

Discover Related MCQs

Q. Which object stores references to the request and response objects?

Q. What temporarily redirects response to the browser?

Q. Which tag is used to set a value of a JavaBean?

Q. Can <!–comment–> and <%–comment–%> be used alternatively in JSP?

Q. Java code is embedded under which tag in JSP?

Q. Which of the following is not a directive in JSP?

Q. What are the components of a marker interface?

Q. Which of the following is not a marker interface?

Q. What is not the advantage of Reflection?

Q. How private method can be called using reflection?

Q. How private field can be called using reflection?

Q. What is used to get class name in reflection?

Q. How method can be invoked on unknown object?

Q. How to get the class object of associated class using Reflection?

Q. What does Class.forName(“myreflection.Foo”).getInstance() return?

Q. What does foo.getClass().getMethod(“doSomething”, null) return?

Q. Autocloseable was introduced in which Java version?

Q. What is the alternative of using finally to close resource?

Q. Which of the below is a child interface of Autocloseable?

Q. It is a good practise to not throw which exception in close() method of autocloseable?