Tuesday, July 29, 2014

JPA Tutorial





  1.  JPAIntroduction
  2.  Persistent Fields/Properties  and Validation
  3.  Entity Primary Key
  4. Entity Relationship

Thursday, March 28, 2013

Simple but Can you guess?

Integer a=100,b=100;

if (a==b) "its true"

Integer a=1000,b=1000;

if (a==b) "its false :-)"