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.
Printable View
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.
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_ObjectQuote:
Originally Posted by radhika743
This comment is really disgusting. Please refrain from using such comments in your future posts.Quote:
Please answer the question.It will sharpen your skills and those solutions will help others too.
#2
"This comment is really disgusting"... harsh words, but I agree that the footer makes no sense whatsoever...
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.
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
hi radika hav u got my answers
i am having one doubt can your tell how to read a rtf file using a variable