Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Null Pointer Exception

843841Jul 14 2006 — edited Feb 14 2007
Hi actually i am building a quiz using servlet. taking input from the user using radio buttons.
<input type=radio value=wrong> Wrong answer <br>
<input type=radio value=right> Right answer <br>
and i am getting these Right and Wrong values using getParemeter() method well works fine. But the problem is when user does not attempt any of the question it generates an error Null Pointer Exception. i need help to resolve this issue.

Regards,

AA
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 14 2007
Added on Jul 14 2006
2 comments
121 views