java - Spring with class.forname() -


if application managed spring container, can developer still use class.forname() create instance of particular class? or violate spring container , result in exception?

yes can use it. resulting object not managed spring, however.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

c# - SharpSVN - How to get the previous revision? -

php cli reading files and how to fix it? -