Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

What is the difference between JavaBean & Java Class?

843829Jun 17 2003 — edited Jul 16 2008
I 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!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 13 2008
Added on Jun 17 2003
6 comments
1,783 views