User Profile

Collapse

Profile Sidebar

Collapse
dhwanimathur
dhwanimathur
Last Activity: Jan 30 '08, 08:48 AM
Joined: Dec 28 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • dhwanimathur
    replied to SCJP exam -best book
    in Java
    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.
    See more | Go to post

    Leave a comment:


  • dhwanimathur
    started a topic java class in jsp
    in Java

    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...
    See more | Go to post

  • dhwanimathur
    replied to count the words for given file
    in Java
    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...
    See more | Go to post

    Leave a comment:


  • dhwanimathur
    started a topic doubt on creating JSP in dreamweaver!
    in Java

    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">
    ...
    See more | Go to post
No activity results to display
Show More
Working...