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? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -