Expand POJO in Java.

Plane Old Java Objects

Questions by sateesh1302

Showing Answers 1 - 3 of 3 Answers

ramesh.j

  • Aug 15th, 2006
 

POJO is Plain Old Java Objects.

POJO used as persistent object in J2EE applications.

POJO contains public constructor and private variables and public getter methods and private setter methods.

  Was this answer useful?  Yes

sateesh

  • Aug 21st, 2006
 

thank u

  Was this answer useful?  Yes

NAIK

  • Sep 14th, 2006
 

PLAIN OLD JAVA OBJECT

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions