InterviewSolution
Saved Bookmarks
| 1. |
Differentiate between TextField and passwordField. |
|
Answer» The TextField displays the obtained text in unencrypted form whereas password field displays the obtained text in encrypted form. This component allows confidential input like passwords which are single line. |
|