i have the following problem :
I am working on an application that index web pages. When i read the content of some URLs, BufferedReader. read() blocks, e.g. "http://profile.myspace .com/index.cfm?fusea ction=user.view profile&fri endid=29422575" . All the alternatives that I've found have not solved this problem. This is my java code:
Code:
public static void main(String[] args) throws Exception