Hi there
i can suggest you for scjp 1.5 the
best book is Kathy Seira and Bert Bates
its great book .......just go through it ............... ..
Dhwani:>Swimmer s never weep.
User Profile
Collapse
-
java class in jsp
hi all
i am trying to work in jsp's for that i am using
tomcat server and dreamweaver IDE
i have create a jsp now i want to call a
class like calculate.java which i have
designed in Eclipse IDE and use its static methods
till now i am executing my jsp on local host
in a web browser for that
i save my jsp
in webapps folder of tomcat 6.x which is in... -
hi thr
i can say is since u want to find
how many words are there in a file
just can use Pattern and Matcher class
like since u want to find alphabets only later no whitespaces
Pattern and Matcher classses or use regex ............... ......
see API for its methods
Matcher match=Pattern.c ompile("/w")
match.find()
match.group
may...Leave a comment:
-
doubt on creating JSP in dreamweaver!
hi all
this is my first post in this forum,
i am beginner of JSP but since
i work in organisation i have to work
in Dreamweaver IDE directly instaed of textpad
so i need help in creating JSP
i am not familiar to the environmnt of Dreamweaver
i just wrote some html code as below
...Code:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
No activity results to display
Show More
Leave a comment: