PDA

View Full Version : What is the standard way to instantiate a Java Bean?


DISCOU
09-20-2011, 12:07 AM
We can treat a Java Bean as a common Java object, and instantiate it by Java key word - new. But Java Bean is different from common Java object. So what is the standard way to instantiate a Java Bean?