Learn about the new Java 11 feature of single-file source-code programs
Category: Articles
Azure IoT Java SDK provides improved Android support
Transforming mobile devices into Internet of Things (IoT) devices have been gaining traction in the IoT space. Mobile devices have a wide range of sensors and a big screen, but most importantly, they are ubiquitous and they are getting cheaper.
Selenium WebDriver with Java -Basics to Advanced+Frameworks
Join with us-“Top Ranked #1 Master Selenium java course – 55,000+ students learning together with great collaboration
How to Find Largest and Smallest Number in Given Integer Array – Java Example
Today I am going to discuss one of the frequently asked programming interview questions to find the largest and smallest number from an int…
How to Find If Linked List Contains Loop or Cycle in Java – Coding Interview Question With Solution
Write a Java program to check if a linked list is circular or cyclic, and how do you find if a linked list contains loop or cycles in Ja…
Introduction to Functional Java | Baeldung
Discover the basics of the Functional Java library
How to Create an Array List in Java – DZone Java
Learn more about how to create an ArrayList in your Java applications to store dynamically-sized elements and add flexibility and functionality to your code.
How to Implement Hypermedia-Driven REST APIs – Deliver Enterprise Java Today
This tutorial by Mario-Leander Reimer, the author of Building RESTful Services with Java EE 8, will show how you can traverse…
Spring Framework 4 (Java Enterprise JEE) with AngularJS
Learn how to develop commercial web applications using Java Spring MVC Framework 4 with AngularJS by Google and HTML5
Java 12 to drop raw string literals – SD Times
Raw string literals may be dropped from JDK 12
Object Oriented Programming (OOPs) for JAVA Certification
Clear Java Certification : OCJA (1Z0-808) In Simple Way – Free Course
Unit Testing Anti-Patterns, Full List
I wrote some time ago about anti-patterns in OOP. Now it’s time to write about unit testing anti-pa…
How to Implement Stack in Java Using Array and Generics – Example
The stack is one of the popular data structure which supports LIFO (Last In First OUT) operation. Due to LIFO advantage, you can use stack …
Five Golden Backticks
Five Kinds of StringsEver since Java 1.0, we’ve had string literals “like this”. What oth…
Hibernate quick practical guide (with Java) basics
Learn how to use Hibernate from scratch with easy to understand Java examples. Course is built for beginners – Free Course