What is "pojo"

Plain Old Java Objects (The Simple Classic Java Objects), or Pojos, are Java objects that follow a simplified design as opposed to the Ejbs, for example. A Javabean is a POJO that follows rigid structure definitions (default constructor without arguments and methods that follow the pattern of getters and setters for its attributes).