Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~324 People Reached
Favorite Forums
Favorite Tags
java x 1
Member Avatar for Kachour

My program was working fine until i introduced the if statement, without this "if" there are (java.lang.NullPointerException) errors . What shall i do? Thank you in advance . Here is the necessary part of code for you: Connection c ; Statement stmt =null ; if (c != null) { try …

Member Avatar for AssertNull
-1
324