public class StaticAndInstanceDemo extends Object
Constructor and Description |
---|
StaticAndInstanceDemo() |
Modifier and Type | Method and Description |
---|---|
static Object |
aMethod2(String aString) |
static void |
aVoidMethod() |
String |
getMessage() |
static String |
getStaticMessage() |
Copyright © 2019. All rights reserved.