Answers for "how to create an object without a class"

2

instanciate a object without the new keyword in java

Class.forName("YOURCLASSNAME").newInstance();
Posted by: Guest on November-16-2020

Code answers related to "how to create an object without a class"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language