Advanced Java Interview Questions – Set 05
Explain about addClass function This function translates a Java class name into file name. This translated file name is then loaded as an input stream from the Java class loader. This addclass function is important if you want efficient usage of classes in your code. So, which approach will you choose The best practice is … Read more