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 © 2025. All rights reserved.