JavaShow all

Transition from Java Developer to a Software Developer

Over the last 11 years, I have enjoyed and built-up my exper…

Read More »

Deep dive into Singleton Design Pattern

The Singleton pattern is used for controlling the number of instances of a…

Read More »

Java Enum Secrets

Enum , Enum Types or Enumeration are special data types in JAVA, …

Read More »

Immutable Design Pattern

An immutable class is simply a class whose instances cannot be modified . A…

Read More »

Java Util Date in the Slick table

While building application using Scala , Slick . We wanted to use j…

Read More »

Scala enumeration unlike Java

While working on one of my Scala project, I came across a requirement to cr…

Read More »

Scala Recursive var arg parameter Function

A function parameter that can match zero or more arguments from the caller…

Read More »

Best practice to write Utility class

Occasionally we want to write a utility class that is just a grouping of st…

Read More »

Why Map Key should be Immutable Object ?

A couple days ago a coworker and I were working on a piece of code that at…

Read More »

Myths around Cloneable interface and clone() method

Why Cloneable interface at the first place ? A ma…

Read More »

Sun JVM tunning for JBoss Application Server, Tomcat Web server, Eclipse

In this artical we will dscuss about the Sun JVM tunning for JBoss Applicat…

Read More »

How do I increase the amount of memory available to Maven?

At times Maven build fails with java.lang.OutOfMemory , while runn…

Read More »