Yes, I looked it up on a bazillion different websites and I couldn't see anything wrong with my brackets or not including my sub-classes in my big class.
the code:
Errors:
onehundred.java:9: error: missing method body, or declare abstractpublic static
String request(String gotourl, String urlParameters); ^onehundred.java:14: error: cannot find symbol URL url = new URL(gotourl); ^ symbol: variable gotourl location: class onehundredonehundred.java:24: error: cannot find symbol wr.writeBytes(urlParameters); ^ symbol: variable urlParameters location: class onehundredonehundred.java:37: error: return outside method return response.toString(); ^onehundred.java:40: error: return outside method return null; ^5 errors