Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Plain Old Java Objects Means what?

Q.) What are POJOs(Plain Old Java Objects)? Where do we use them?


Please answer the question.It will sharpen your skills and those solutions will help others too.
[191 byte] By [radhika743] at [2007-11-11 10:18:54]
# 1 Re: Plain Old Java Objects Means what?
Q.) What are POJOs(Plain Old Java Objects)? Where do we use them?

Plain Old Java Objects (POJOs) are any simple objects which do not have any special functionality implemented. They are used all the time and everywhere. To read more on POJO, http://en.wikipedia.org/wiki/Plain_Old_Java_Object

Please answer the question.It will sharpen your skills and those solutions will help others too.

This comment is really disgusting. Please refrain from using such comments in your future posts.
aniseed at 2007-11-11 22:31:37 >
# 2 Re: Plain Old Java Objects Means what?
#2
"This comment is really disgusting"... harsh words, but I agree that the footer makes no sense whatsoever...
sjalle at 2007-11-11 22:32:42 >
# 3 Re: Plain Old Java Objects Means what?
dear friend, i am really if anything or any of my words hurt you.

I request you to forgive me .

I know what u said? I can understand your stand.

Thank you and keep encouraging the members.

Bye.
radhika743 at 2007-11-11 22:33:41 >
# 4 Re: Plain Old Java Objects Means what?
POJO's are simple java classes where in we write private member variables and public methods and few utility private methods if required(in some cases).

We use POJO's extensively in the cases of OR mapping where we populate the data into a POJO which has similar variables as the columns in DB and OR mapping tool will populate the data into DB and Vice Versa..

Guys/Gals correct me if I am wrong...

BTW, Don kabhi galath nahi hota...
http://www.j2eequestions.com
jasprit at 2007-11-11 22:34:40 >
# 5 Re: Plain Old Java Objects Means what?
hi radika hav u got my answers

i am having one doubt can your tell how to read a rtf file using a variable
eeearun at 2007-11-11 22:35:46 >