Posted By:
Ethan_Shea
Posted On:
Friday, February 18, 2011 04:50 PM
I know you can use variable arguments in methods. This may seem a little far fecthed, but what about variable generics?
public class Example
{}
and then when you create the class, it would look something like this:
= new Example
();