English, asked by adarshsalukhe, 3 months ago

3. Which component can be used to accept the multiline input from user

Answers

Answered by nishatarsingh376
4

Answer:

The JTextArea class provides a component that displays multiple lines of text and optionally allows the user to edit the text. If you need to obtain only one line of input from the user, you should use a text field.

Similar questions