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
Post a Comment