What is the difference between JavaBean & Java Class?
843829Jun 17 2003 — edited Jul 16 2008I have bean using both JavaBean and JavaClass in JSP page. But I didn't know the difference between them yet!
Someone said that the classes of JavaBean will be loaded from Server to Client and then running, but the classes of JavaClass (using import tag) will be run on Server. So that, the classes of JavaBean is running on Client Side, the other is running on Server Side. Is it true?
Please tell me the major differences of them!
Thanks in advance!