I am facing a query. I am talking about small jdbc part here first.. I have a result set I capture values as int columnNumber = 1; resultSet.getString(columnnumber++) --- this will have to be captured in String but I have this field as Number in my database. So I think it should be casted to int type. This will returns many ...