Question 1
The method ________ gets the contents of the text field tf.
◦ tf.getText(s)
◦ tf.getString()
◦ tf.findString()
◦ tf.getText()
Question 2
Which of the following statements are true?
◦ PasswordField inherits from Control.
◦ PasswordField inherits from Node.
◦ PasswordField inherits from TextInputControl.
◦ PasswordField inherits from TextField.
◦ PasswordField inherits from Labelled.