Core Java
-
Matching patterns with Java
If you’re using Java, there’s a high chance you’ve seen its pattern matching before. The String#matches(String) method internally uses the…
Read More » -
Hidden Treasures of Eclipse collections – 2019 edition
Eclipse Collections is an open source Java Collections framework. In this blog I am going to demonstrate five lesser known features of…
Read More » -
Difference Between Java and JavaScript
1. Introduction We look at the comparison of Java vs JavaScript languages in this article. JavaScript was developed by Netscape.…
Read More » -
Learn Java from scratch with these easy steps
Java is one of the most popular programming languages for software development. Learning and mastering Java will open doors for…
Read More » -
Java interview prep: 15 Java interview questions
Not all interviews will focus on algorithms and data structures — often times an interview will focus solely on the…
Read More » -
5 simple and effective Java techniques for strings and arrays
Java routinely hits inside the top five most popular programming languages and understandably so; it’s versatile, fairly easy to learn…
Read More » -
Managing multiple Java installations
With more and more Java releases coming up, it’ll be more interesting to manage multiple Java installations on your local…
Read More » -
Repeated code
Introduction It is usually not good to have copy/paste code in our Java application but sometimes it is unavoidable. For…
Read More » -
First Past the Post
Often, we write code to work out the first answer of a bunch of available ones. Let’s look at that…
Read More »