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

sql - text truncated using perl DBI insert -

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

php - Pass object by reference or value -