public class create{ public static void main(String[] args){ Student myStudent = new Student(); ... } public static String makeStudent() { student.set(x); student.get(x); }} public Student{ ... } Is it possible to call an object instance in a static method when the instance was created in the main method?