parsing data
How do i write a class that when called, it will get data from a server and print it out in html format
[110 byte] By [
newbie084a] at [2007-11-27 6:10:05]

You may want this: http://java.sun.com/j2se/1.5.0/docs/api/java/net/HttpURLConnection.htmlBut, you didn't specify HTTP. Maybe FTP, Telnet, or the SIP protocol? Maybe you can write a class to ruthlessly shake the server until some bits of data fall out ;).