public class Obj{ static int x; int y; public Obj(){ x=10; y=5; } public static void main(String args[]){ Obj c=new