Java Reflection - Attributes

  • + 1 comment

    so, is this valid too?

    Student obj=new Student(); class student=obj.getClass();