can any one give the difference

can any one give the differencebetween normal java class and java beanIs every java bean is a java class
[125 byte] By [Viplava] at [2007-11-27 8:08:24]
# 1
A java bean is a class (always)A class does not have to be a java bean:For a bean you need to have a no argument constructorfollow any of the other java bean guidelines/requirements... http://java.sun.com/developer/onlineTraining/Beans/index.html
morgalra at 2007-7-12 19:51:17 > top of Java-index,Desktop,Developing for the Desktop...