McqMate
| Q. |
Which of the following code is used to get an attribute in a HTTP Session object in servlets? |
| A. | session.getAttribute(String name) |
| B. | session.alterAttribute(String name) |
| C. | session.updateAttribute(String name) |
| D. | session.setAttribute(String name) |
| Answer» A. session.getAttribute(String name) | |
View all MCQs in
J2EE TechnologiesNo comments yet