Learn Lambda Expression, Functional Programming, Functional Interface, Predefined Functional Interfaces – Free Course
Category: Articles
Top 10 Java stories of October: Open source, Microsoft and Jakarta EE 9
October’s top news was about two new open sourced pieces of software from Netflix. Other trending stories in our top 10 include Microsoft and Kotlin.
Microsoft announces it’s ready to contribute to OpenJDK – JAXenter
The collaboration between Microsoft and Oracle has now been formalized, and Microsoft posted a message in the OpenJDK mailing list about what happens next.
The Payara Monthly Catch for October 2019
Our monthly Java, Jakarta EE and MicroProfile news round up of interesting articles, videos, podcasts and community news from October.
JUnit 5 Repeated Tests – Mkyong.com
By mkyong | November 6, 2019 This article shows you how to use the JUnit 5 @RepeatedTest to repeat a test a specified number of ti….
A First Look at Java Inline Classes
Java currently supports only two types of value: primitives and object references. Project Valhalla extends this by introducing inline classes which are a new form of type that exhibit some behaviors of both. These new types open the door to better alignment with modern CPUs and considerable potential performance improvements for Java applications.
Free Java Tutorial – Java Tutorial for Complete Beginners
This free java tutorial for complete beginners will help you learn the java programming language from scratch. Start coding in no time with this course!
How to Implement a Power Function in Java – Coding Interview Question
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
10 Tips to Become a Better Java Developer in 2019
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
Building A Sudoku Solver In Java With Dancing Links
Dancing Links is a technique suggested by Donald Knuth for solving Sudoku grids quickly.
Top 5 Java 8 and 9 Courses for Programmers – Best of Lot
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
Scanner nextLine() Method | Baeldung
Learn about Java’s Scanner.nextLine method using some simple examples
Spring boot – Send email with attachment – HowToDoInJava
Learn how to send email in spring boot applications with the help of JavaMailSender for sending simple text emails as well as emails with attachments.
6 ways to declare and initialize Two-dimensional (2D) String and Integer Array in Java – Example Tutorial
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
Building a Java App With Gradle – DZone Java
In this tutorial, we cover everything you ever wanted to know about building a Java application with Gradle.