public class Sample extends Nothing {
int myIntVar;
double myDoubleVar = 4.0;

public static void main(String[] args) {
doSomeWork();
doSomeOtherWork();
}

...