For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
I already installed oracle database 12c with forms and reports sql developer also .. now I want to install sql developer latest version so is that necessary to uninstall previous one and download this ??
I have these kind of files
any help?
public Class<?> method(Class<?> arg) { Class<?> copy = arg.newInstance(); return copy; }
ArrayList result = method(ArrayList.class);
public Object method(Class<?> arg) { Object copy = arg.newInstance(); return copy; }
public T method(Class<? extends T> arg) { T copy = arg.newInstance(); return copy; }