Are there better ways to read an entire html file to a single string variable than:
String content = \"\"; try { BufferedReader in = new Buff
You can use JSoup. It's a very strong HTML parser for java
HTML parser