Answers for "list out the various way to create the instance of the object without using new opreator"

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 "list out the various way to create the instance of the object without using new opreator"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language