Relative Content

Tag Archive for javaclass

How to create dynamic class name in JAVA

I need to make class names dynamically in Java which should look like MyClass<1-100>. Apart from the name, the fields and methods remain the same. For example the class name could be MyClass1 or MyClass3. Does anybody has some ideas?