Computer Science, asked by farhanullah871, 3 months ago

What is the difference between a
Text field and multiline text field

Answers

Answered by prakashkkaladindi
2

Answer:

text field is a component in which you can enter a single editable line of text. One way to create a text field is via TextField(String text, int numberOfCharacters) . ... A text area is multi-line area for displaying text. It can be set to allow editing or to be read-only.

Similar questions