What is the standard way to instantiate a Java Bean?

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
@jackycui (32)
• China
30 Apr 11
Below is a example: http://www.javaol.net/2011/04/instantiating-a-bean/
• 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.