what is the difference between text box and password box
Answers
Answer:
Explanation:
A password box is a text input box that conceals the characters typed into it for the purpose of privacy. A password box looks like a text box, except that it renders placeholder characters in place of the text that has been entered. You can configure the placeholder character.
Explanation:
TextField - This control is used to input a small amount of text from the user,and the text that the user enters will be visible as it is typed.
jPasswordField - This control also inputs text from the user, but it uses some character to obscure the text that is input. In simple words,the text entered in this field is not directly visible to the user,just like we see while filling the password column during logging in into any website.
The jPasswordField is a subclass