rmail kumar

Greenhorn
+ Follow
since Jun 09, 2008
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 rmail kumar

Hello My Friend

just i give one example for loop using JSTL.

<c:forEach var="SecName" items="${pagename}" varStatus="slNo">



14 years ago
JSP
Hello friend

use the code it will work

<fmt:formatDate value="" pattern="" />
14 years ago
JSP
Class.forName("com.mysql.jdbc.Driver");
con =DriverManager.getConnection
("jdbc:mysql://192.168.10.59:3306/example",
"root", "root");
ps = con.prepareStatement("update servlet set
name = ? where id = ?");
ps.setInt(2, id);
ps.setString(1, name);
ps.executeUpdate();
14 years ago
Hello friend,
Hibernat is "just" an ORM (Object/Relational Mapping) tool and EJBs are supposed to be components. In my perception first learn Hibernate.
Hello friends I am in hurry for appering SCJP 1.6.

Plese provide me dummy question sets or probable questions that will appear in exam.

Thanking you very much..
validation the field in special charecter like "" and '

Originally posted by Ulf Dittmer:
Welcome to JavaRanch.

Have a look at the http://faq.javaranch.com/java/ScjpFaq and http://faq.javaranch.com/java/ScjpMockTests pages.

I'll move this question to the SCJP forum; this one is for serklets (as its name implies).

hello vasu,
please go through the url you will get minimum idea about servelet http://www.theserverside.com/discussions/thread.tss?thread_id=41637
15 years ago
I need scjp 1.5 material links or docs.