Core java
- 12 May
Java Set to Array
In this post, we will learn java set to array conversion. There are many ways to convert set to an array. 1. Using Java 8’s Stream If you are using Java 8, I would recommend using Java 8 Stream. [crayon-673fc49bf0580361939219/] Output [John, Martin, Mary] 2. Using toArray() We can directly call toArray() method on set […]
- 04 May
Convert Character to ASCII Numeric Value in Java
Learn about how to convert Character to ASCII Numeric Value in Java.
- 30 April
Top 20 Java Projects for Beginners
This tutorial provides the top 20 java projects for beginners for practice. These projects will help you to learn java quickly and efficiently.