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
Ranked #44.2K
3 Posted Topics
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 … | |
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 … | |
The End.