Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Url validation in java

807605Sep 7 2007 — edited Sep 7 2007
Hello everyone,

I have a page in which I need to check whether the url entered by a user in the given textbox is valid or not.

eg.
user enter: http://forum.java.sun.com/post!default.jspa?forumID=31

I need to check whether http://forum.java.sun.com/post!default.jspa?forumID=31
is valid or not.

Which method should I use?
Can anyone help me out?

Please advice.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 5 2007
Added on Sep 7 2007
8 comments
596 views