public class Sample { private static Object currentView; public static void main(String args[]) { currentView = "test"; } }