class Go{ public static void main(String[] args){ rPrivate r=new rPrivate(); r.set(10); r.v=3; // is error? System.out.println(r.get()); } }