Multiple choice

To create a JT able, we must also create a ______.

  1. J Scroll Pane

  2. J Image Icon

  3. Content Pane

  4. None of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

To create a JTable in Swing, you must typically wrap it in a JScrollPane to enable proper display and scrolling functionality. The JScrollPane provides the scroll bars and viewport needed when the table data exceeds the visible area, which is essential for most table implementations.