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
~274 People Reached
About Me

Struggling Student.

Interests
Programming & Web Development
Favorite Forums
Member Avatar for Rodney_2

import java.io.*; import java.sql.*; import java.util.*; import javax.naming.*; public class Controller { public static String processUser(String sqlStmt, String whichSvlt){ String st =""; String first_name = null; String last_name; String ssn; String email; String address; String userid; String password; List<StudentInfo> result = new ArrayList<StudentInfo>(); // later I will use whichSvlt to …

Member Avatar for rubberman
0
274