What is the standard way to instantiate a Java Bean?

Discussion in 'HTML / PHP / JavaScript / CSS' started by DISCOU, Sep 20, 2011.

  1. 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?
     

Share This Page