Forum: Java Sep 26th, 2005 |
| Replies: 1 Views: 1,898 hi forum,
i hv used an iterator to parse over the contents of a LinkedHashSet collection.while iterating i hv to add new contents(URL links) to the collection.but adding of new content... |
Forum: Java Sep 22nd, 2005 |
| Replies: 1 Views: 1,980 hi forum,
yesterday i posted a question regarding removing duplicate objects in arraylist and looking at the replies it seemed to me that hashset will be a better option than... |
Forum: Java Sep 22nd, 2005 |
| Replies: 7 Views: 17,003 thanks u guys for ur quick replys. i m intending to replace the arraylist collection by an hashSet collection.can anyone provide code to implement this.i m new to java and so i didnot understand the... |
Forum: Java Sep 21st, 2005 |
| Replies: 7 Views: 17,003 hi forum,
i am using an arraylist for storing a list of objects.i dont want the objects in the list to be ordered but the list should be duplicate free.how can i achieve this.plz help... |
Forum: Java Sep 20th, 2005 |
| Replies: 12 Views: 14,514 hi black knight, i m also building a web crawler in java as a project work.can u giude me?i m new to java. |
Forum: Java Sep 20th, 2005 |
| Replies: 3 Views: 2,081 thanks criss for ur reply, but i dont know how to implement ur suggetion.i hv created a inputstream object and used a url.openstream() method to access the contents of the page.can u suggest how i... |
Forum: Java Sep 13th, 2005 |
| Replies: 3 Views: 2,081 hi forum,
i m developing a simple web crawler in java.upon entering an URL, the crawler downloads the corresponding web page and continues this process.but i m having problem in accessing... |
Forum: Java Aug 24th, 2005 |
| Replies: 1 Views: 2,853 hi,
i m making a web crawler in java with oracle9i as back end.for this i need to store the web pages crawled by the crawler as compressed pages in the database.similarly the pages need to be... |