JTable Component
The visual representation of data in a table format. It is very useful to display data from databases in this format.
- Column is the basic unit of the Table. The data represented in it is consistent
- Row the collection of columns that uniquely identifies an entity.
- Cell the location at a particular row and column of data.