Module org.newsclub.net.unix.demo
Interface HelloWorld
-
Method Summary
-
Method Details
-
hello
Returns "Hello".- Returns:
- "Hello"
- Throws:
IOException
- if the operation fails.
-
world
Returns "World" (or something else?).- Returns:
- "World" (usually)
- Throws:
IOException
- if the operation fails.
-