-
Core Java

Java Variables
Variables The variable is the basic unit of storage in a Java program. A variable is defined by the combination…
Read More » -
Core Java

Java Data type and Identifier
In this tutorial we are going to see about Data types and Identifiers in Java. Java language has a rich…
Read More » -
Core Java

Introduction to Java Virtual Machine (JVM)
What is JVM A Java virtual machine (JVM) is an abstract computing machine that enables a computer to run a Java…
Read More » -
Enterprise Java

Hibernate Architecture Overview
The diagram below provides a high-level view of the Hibernate architecture: Minimal architecture The “minimal” architecture has the application manage…
Read More »

