Hi All Anyone knows how to deal with null values in JDBC ResultSet??
I am trying to render a table in jsp page that read its value from the database, sometimes, the database returns null values, and so, the whole table couldn't be rendered. Is there any way to deal with null values. Thanks