I have an interface from Java public class IJava { .开发者_运维技巧.. public java.lang.Class getType();
I have a genericised class that I wish to subclass as follows: public class SomeTable<T extends BaseTableEntry>
Is java.lang.Class the same as the actual .class file? i.e. is the content equivalent? I want to send the .class over socket, and was wondering if instead of trying to find and load the actual .class