| Author |
object vs java object
|
Rauhl Roy
Ranch Hand
Joined: Aug 01, 2006
Posts: 401
|
|
Hi,
may i know what is the difference between Object and java object, can not java beans be java objects? and what is the pojo in that case.
thanks
|
 |
Vikas Kapoor
Ranch Hand
Joined: Aug 16, 2007
Posts: 1374
|
|
may i know what is the difference between Object and java object..
What is the point of differentiating Object and Java Object?
can not java beans be java objects? and what is the pojo in that case.
In order to get the answer tell us What is Java Bean? How do you compare it?
|
 |
Vikas Kapoor
Ranch Hand
Joined: Aug 16, 2007
Posts: 1374
|
|
|
You can refer Java Bean.First paragraph itself should clear your all confusion.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56192
|
|
Object, class from which all other java objects are subclassed
Java object, general name for any Java object
JavaBean, a Java object that follows a prescribed pattern that makes it easy to create and instrospect
POJO, plain old Java object (to differentiate it from specialized Java objects such as EJB's)
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: object vs java object
|
|
|