public class HelloWorld extends java.lang.Object
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
public HelloWorld()
public static void main(java.lang.String[] args)
public java.lang.String getGreeting()