What is the standard way to instantiate a Java Bean?
By jeanjiang
@jeanjiang (30)
China
April 30, 2011 8:35am CST
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?
1 response
@jeanjiang (30)
• China
4 May 11
There are a lot of ways to instantiate a Java Bean. But using the standard is what we need to do.