Hello am trying to make a stream text file add to an array list. i tryed many diffent ways but nothinged worked out
heres where am stuck at
my problem is it only display 1 line atm:

try
{
URL url = new URL("http://test.txt");//news url
BufferedReader br = new BufferedReader( new InputStreamRead er(url.openStre am()));
String arraylist = br.readLine();...