InterviewSolution
Saved Bookmarks
| 1. |
Which attribute uniquely identification element?(a) ID(b) Class(c) Name(d) ScopeThis question was addressed to me by my school principal while I was bunking the class.This question is from JSP Elements topic in chapter Session Management, JSP & API of Java |
|
Answer» RIGHT option is (a) ID The EXPLANATION is: ID attribute is used to uniquely IDENTIFY action element. |
|