Java 8 - Convert List to Map Examples
Let us take a look at how to convert List to Map with Examples in Java 8.
Read a file and Split using StringTokenizer in Java
In this example, we will take a look at a program to read a file and Split using StringTokenizer in Java.
StringTokenizer in Java with Examples
In this tutorial, we will take a look at the StringTokenizer class and examples of how to use it.
How to declare and initialize Array in Java Programming
In this tutorial, we will take a look at ways in which how we can declare and initialize an Array in Java Programming Language.
What Java version is used for Minecraft 1.18
What Java version is used for Minecraft 1.18? Let us find it out.
[Program] How to read three different values using Scanner in Java
A program in Java to read three different values using Scanner Class.
How to get Java Thread name Example [Program]
Example to show how to get the thread name in java with examples.
[Fix] Java - Exception in thread main java.lang.IllegalThreadStateException
How to fix Exception in thread main java.lang.IllegalThreadStateException in Java.
How to install Java 11 on Mac
How to install Java JDK on macOS - in this example we will be installing Zulu OpenJDK 11 on M1 Macbook.
How to detect Operating System using Java code
Lets see example of how to detect Operating System using Java code.
[Java] How to throws Exception using Functional Interface and Lambda code
Java - How to throw Exception using Functional Interface and Lambda code
[Fix] Java Exception with Lambda - Cannot invoke because object is null
How to fix Java Exception with Lambda - Cannot invoke because object is null
[Fix] java: incompatible types: incompatible parameter types in lambda expression error
How to fix: Java: incompatible parameter types in lambda expression
[Java] Bad return type in lambda expression: int cannot be converted to boolean
How to fix - Bad return type in lambda expression: int cannot be converted to boolean error in Java.
Java 8 Predicate Functional Interface Examples
Lets take a look at some examples of Java 8 Predicate Functional Interface usage.
List of Java Major Minor Version Numbers
When you compile your code in Java you would see java.lang.UnsupportedClassVersionError Major - Minor version. Lets see a list of Java version numbers.
What is CA FE BA BE 00 00 00 3D in Java Class Bytecode
Ever wondered what is CA FE BA BE 00 00 00 3D in Java Bytecode? Lets see what it is..