Q. Which of the following code is used to get an attribute in a HTTP Session object in servlets?
β
Correct Answer: (D)
session.getAttribute(String name)
You must be Logged in to update hint/solution