i have a table with a column that contains Boolean type. now when i try to run a program i have a problem:
System.out.println(table.getColumnClass(5));
class java.lang.Boolean
Exception in thread ...