InterviewSolution
Saved Bookmarks
| 1. |
What is the difference between text field and a multi-line field |
| Answer» The main difference between TextField and TextArea in Java is that the TextField is an AWT component that allows entering a single line of text in a GUI application while the TextArea is an AWT component that allows entering multiple lines of text in a GUI application. | |