Having problem in importing.
import java.beans.*;
import java.beans.beancontext.*;
I though both are the same. Importing Beans means that import bean and all the classes ahead of it. I got errors and then I have to import beancontext as well.
Please tell me, till what level import is done.