public class HelloWorld extends Object
Modifier and Type | Field and Description |
---|---|
static String |
GREETING
the greeting to display when this getGreeting() is invoked
|
Constructor and Description |
---|
HelloWorld() |
Modifier and Type | Method and Description |
---|---|
String |
getGreeting() |
static void |
main(String[] args) |
public static final String GREETING
public HelloWorld()
public String getGreeting()