public class HelloWorld
extends java.lang.Object
HelloWorld is also the superclass for other classes in this package.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
GREETING
the greeting to display when this getGreeting() is invoked
|
Constructor and Description |
---|
HelloWorld() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getGreeting() |
static void |
main(java.lang.String[] args) |
public static final java.lang.String GREETING