all the link of web site in mysql database

i want java code which can store all the link of web site in mysql databasepls give me code with description
[122 byte] By [Java_Jsp_servleta] at [2007-11-27 9:06:51]
# 1
URL the Website = new URL(" http://....");// stores all links in DB:MagicUtils.storeAllLinksOfWebsiteInMySqlDbWarningdoesNotWorkForOracle(theWebsite);
CeciNEstPasUnProgrammeura at 2007-7-12 21:42:50 > top of Java-index,Java Essentials,New To Java...
# 2

LOL! Yeah, it's a bad idea to blatantly ask for code in a forum such as this one. You'll need to do your own research just as the rest of us have. Search for an HTML parser (to easily get the tags from the site). There is also a really good tutorial @ http://java.sun.com that you should look at regarding JDBC.

PLEASE, PLEASE, PLEASE ppl search the 'Net and Barnes and Noble (and other bookstores) for information. You'll never learn anything just asking people to do your hard work for you. Even I (with my low post score) know that.

C.R.Crena at 2007-7-12 21:42:50 > top of Java-index,Java Essentials,New To Java...