Back to Top

Tuesday, 14 January 2014

FRAMEWORK: ORM – Object Relational Mapping

    ORM (Object Relational Mapping) is a programming concept of a mapping between Object Oriented Programming and Relational Database. It’s the technique to frame the components of Relational Database to Object Oriented Programming, to do CRUD operations. It creates an object oriented representation of a relational database,...

Tuesday, 14 January 2014 by Anijit Sarkar · 194 Read more »

Saturday, 11 January 2014

JAVA: Data Types Conversion Chart

      In Java Programming Language, we must declare a variable name and type, before using it. The data type of a variable defines the the type of value it will contain. Java supports total 8 types of primitive data types. The name of this data types are all reserved as keywords. Among which, 1) byte, 2) short, 3) int &...

Saturday, 11 January 2014 by Anijit Sarkar · 163 Read more »

Popular Posts

All Rights Reserved JAVA INTERVIEW QUESTIONS | Privacy Policy | Anijit Sarkar