Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~999 People Reached
Favorite Forums
Favorite Tags
java x 8
Member Avatar for Dark Master

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 quickly.provide source code if possible.thanks in advance.

Member Avatar for jwenting
0
264
Member Avatar for kooben

Hi I intend over the next few months to learnt Java with the purpose of building my own simple web crawler/spider. I have seen a few open source spiders but would like to build my own if possible. What I would like to ask is how would I go about …

Member Avatar for peter_budo
0
318
Member Avatar for Dark Master

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 after the creation of an iterator throws an exception.I must use this particular collection for my program.i m in …

Member Avatar for jwenting
0
117
Member Avatar for Dark Master

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 arraylist.problem is that i want the contents to be itearated strictly in order of their insertion, but the books say …

Member Avatar for jwenting
0
91
Member Avatar for Dark Master

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 web pages which are redirected to a diferent URL.one such example is [URL=http://www.telegraphindia.com]www.telegraphindia.com[/URL] ,in which a new part gets …

Member Avatar for chrisbliss18
0
100
Member Avatar for Dark Master

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 uncompressed for viewing at a later time.but i hv no idea how to …

Member Avatar for freesoft_2000
0
109