Manikanth Valluru

Greenhorn
+ Follow
since Jan 06, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Manikanth Valluru

now I understood it.
thank you
Manikanth
I was confused about from where the Prepared Statements sets the values is it from the user or from the database.
manikanth
This statement has a SetString method.I want to know to which it is going to Set.
My code is below:
String sqlSelect="select username,password from userinfo where username=? and password=?";
pst=conn.prepareStatement(sqlSelect);
pst.setString(1,uinfo.getUserName());
pst.setString(2,uinfo.getPassWord());
Guys,
I have a problem in getting the voucher number from Sun since i used my office email as the source. There is a fire wall that blocked the emails from Prometric. I approached Evelyn and she is very kind enough to help me out in getting the voucher. So in case if any of you guys have used your office address and not received send a email to Evelyn.Cartagena@Sun.COM and she is going to help you.
Thank you very much Evelyn it is a great help from you.
Manikanth
SCJP 1.4