Archive: 2017

0

Hibernate Configuration

Hibernate ORM (Hibernate in short) is an object-relational mapping tool for the Java programming language. It provides a framework for mapping an object-oriented domain model to a relational databas

0

Git CLI

Commands Sequence Git Basics name Description master default development branch origin default upstream repository HEAD current branch HEAD^ parent of HEAD HEAD~4 the great-great grandpa

0

Java Currency

Use Thread There are three ways of using Thread: Implementes Runnable interface Implementes Callable interface Extends Thread class Implemeting Runnable and Callable does not create a new real thead