What is the use of jtable?



What is the use of jtable?..

Answer / Mnaoj Kumar Viyas

The JTable class in Java Swing provides a table view for data, including sorting and selection. It's used to display tabular data in a graphical user interface.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

what is the difference between static class and singleton class? can we create static class?

2 Answers   L&T, Octazen, Vamsi Labs,


What do you mean by default constructor in java?

1 Answers  


What are the kinds of polymorphism?

1 Answers  


What is primitive array?

1 Answers  


Is java developer a good career?

1 Answers  


What is a method header?

1 Answers  


Can any one say how will sort map objects in java?

2 Answers   TCS,


what is difference between perfom() & excute() ?

2 Answers   IBM,


How do you do math powers in java?

1 Answers  


Given: 1. package test; 2. 3. class Target { 4. public String name = “hello”; 5. } What can directly access and change the value of the variable name? 1 any class 2 only the Target class 3 any class in the test package 4 any class that extends Target

7 Answers   Infosys, WW,


When is the finalize() called?

1 Answers  


What is adapter in java?

1 Answers  


Categories