Java

ThisJava tutorial series focuses is designed for students and working professionals. It covers the basics and advanced examples with explanation and code snippets. In these tutorials, we'll deep dive into a core concepts like strings, arrays, lists, maps, lambda..

Java convert string to list of characters

Convert string to list of strings in Java If you

Anagrams and Palindromes examples in Java 8

In this post: * anagram example in Java * check two words

Java lambda expressions simple examples

Several simple and useful lambda expressions in Java: * no parameters:

Java Local Variable Type Inference examples

In this post: * what is Local Variable Type Inference * examples

Java map examples

In this post about java map / dictionary: * Define a java

Java string concatenate examples with times

Three ways to concatenate in Java: * by using operator += * by

java benchmarks examples

In this post two examples of java benchmark: * simple time

Java 10 install on Ubuntu and what's new

OpenJDK 10 was released on 20 March 2018 with new

Java 9 range(int, int) example

Java's 9 equivalent of python's range

Java 9 vs Python 3 code compare

For many years there is a rivalry between Java and