SyntaxFix
Write A Post
Hire A Developer
Questions
Yes, you can create objects using reflection. For example, String.class.newInstance() will give you a new empty String object.
String.class.newInstance()