What is Kotlin?

Kotlin is a modern programming language that is free and open source. It got its’ name from the Kotlin island that is located near St. Petersburg. It originates from a company named JetBrains that are also developing a well-known development environment IntelliJ IDEA. Kotlin is […]

Java Generic Method

In this blog post we’ll talk about java generic method: what is is, when to use it and how to write one yourself. Before diving into this topic you might want to first read the blog post about java generic class. Java Generic Method A […]

Java Generic Class

In this blog post we will cover what are java generics and what they are good for. Also, we will explain what is a java generic class and how to define it. Java Generics Generics were introduced to java in JDK 5. Its’ purpose is to enforce […]