Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~425 People Reached
Favorite Tags
jsp x 2
Member Avatar for itit

From the midlet class i am invoking a register() of Registration class. Registration implements Runnable. In register() i have created a new thread and called start(). register() returns a String value. In the run() method i have invoked the servlet that connects to the database. The problem here is that …

0
53
Member Avatar for itit

I am developing a code in Netbeans 6.7. In my code there is a jsp page that contains a form. This form sends the entered details to a servlet called Client.java. I am trying to run an RMI program in the servlet. I have created the classes Server.java and the …

Member Avatar for itit
0
314
Member Avatar for itit

It gives the proper output when i run it 7 times. But it also gives the ColumnNotFound error at line 152 all 7 times. When i run it for the 8th time it gave an error of Incorrect syntax near 's' at line 133 which is "statement.executeUpdate(movieValue);" . When i …

0
57