Core Java
-
Java 8 Friday: The Dark Side of Java 8
At Data Geekery, we love Java. And as we’re really into jOOQ’s fluent API and query DSL, we’re absolutely thrilled…
Read More » -
Creating your own loop structure in Java 8 lambda
Java doesn’t have an easy construct of repeat something N number of times. We can make a for loop of…
Read More » -
150 Java Interview Questions and Answers – The ULTIMATE List (PDF Download & video)
Our Java Interview Questions and Answers collection is all about different types of questions that can be used in a…
Read More » -
Common Misconceptions About Java
Java is the most widely used language in the world ([citation needed]), and everyone has an opinion about it. Due…
Read More » -
How not to use Java 8 default methods
Warning: you can not make this unseen once you have read I was talking about the multiple inheritance of default…
Read More » -
Java 8 default methods: what can and can not do?
What default method is With the release of Java 8 you can modify interfaces adding new methods so that the…
Read More » -
Compiling and Running Java Without an IDE
A recent Java subreddit thread called “Compiling Java Packages without IDE” posed the question, “is [there] a command that compiles…
Read More » -
How to process stream and read text file in Java 8
I have converted one of my old utility class using latest Java8. I use this often to print content of…
Read More » -
[Java] How to Schedule a task to run in an interval
There is often need in application to run some particular task in background to accomplish some work in an interval.…
Read More »