Which Of The Following Code Is Used To Get An Attribute In A #1260
Which of the following code is used to get an attribute in a HTTP Session object in servlets?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Server Technologies Servlet - Java Servlet - Quiz No.1.
Which of the following code is used to get an attribute in a HTTP Session object in servlets?
session.getAttribute(String name)
session.alterAttribute(String name)
session.updateAttribute(String name)
session.setAttribute(String name)