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 |
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?
What are the kinds of polymorphism?
What is primitive array?
Is java developer a good career?
What is a method header?
Can any one say how will sort map objects in java?
what is difference between perfom() & excute() ?
How do you do math powers in java?
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
When is the finalize() called?
What is adapter in java?