Home »
MCQs »
JSF MCQs
Which of the following tags is used to generate a password field in JSF?
20. Which of the following tags is used to generate a password field in JSF?
- <h:password>
- <h:hidden>
- <h:InputSecret>
- <h:inputHidden>
Answer: C) <h:InputSecret>
Explanation:
<h:InputSecret> tag is used to generate a password field in JSF.