SyntaxFix
Write A Post
Hire A Developer
Questions
I was able to do this:
String a; if(rs.getString("column") != null) { a = "Hello world!"; } else { a = "Bye world!"; }