Package at.jku.ssw.fp.sect10_2
Class Demo1_Single
- java.lang.Object
-
- at.jku.ssw.fp.sect10_2.Demo1_Single
-
-
Constructor Summary
Constructors Constructor Description Demo1_Single()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static String
getWebPage(URL url)
static void
main(String[] args)
-
-
-
Field Detail
-
ADDRESS
private static final String ADDRESS
- See Also:
- Constant Field Values
-
-
Method Detail
-
main
public static void main(String[] args)
-
getWebPage
static String getWebPage(URL url) throws IOException
- Throws:
IOException
-
-