Java News
Discover the latest Java development news, repositories, and conferences at Hackertab.
Latest Java articles

Pattern Matching for Switch and Record Patterns in Java 21
Pattern Matching for Switch and Record Patterns in Java 21 With the release of Java 21 right around the corner, let’s talk about some of its powerful new features. Structured concurrency, scoped values, virtual threads, sequenced collections, and generational ZGC are just a few, but I want to focus on two closely related pattern features — pattern matching for switch…...
September 15, 2023medium

String to Array in Java – How to Convert Strings to Arrays
July 06, 2023freecodecamp

Solving "Binary Tree Level Order Traversal" Leet code Question
Leet code Question no: 102 Companies asked this Question: Company: no of times Amazon...
September 13, 2023devto

Solving "All Nodes Distance K in Binary Tree" Leet code Question
Problem Statement Given a binary tree, you are given a target node target and an integer...
September 16, 2023devto
Java Programming in Cmd: Everything You Need to Get Started
So you want to learn Java programming but don't have an IDE installed yet? No problem, you can get started with Java using just your command line. CMD, or the Windows Command Prompt, has everything you need to compile and run simple Java programs. Wh...
September 16, 2023hashnode
Spring But With AI
Spring But With AI The begining of new era. For the last few years, AI is the populest topic in our lives. It’s everywhere, in our code, art, articles, presentations and much more… And you might want to create your own app with pre-trained AI models like using ChatGPT for a chat game with…...
September 16, 2023medium

How to Install Java in Ubuntu – JDK Linux Tutorial
September 07, 2023freecodecamp

Java Data Types And Variables – Explained for Beginners
June 27, 2023freecodecamp

Spring Boot with AWS Aurora read replica
To integrate a Spring Boot application with AWS Aurora using different read and write endpoints,...
September 13, 2023devto

Builder Pattern + Telescopic Constructor Let’s Understand it Part 1
Builder Pattern + Telescopic Constructor Let’s Understand it Part 1 Builder pattern is one of a unique pattern that allows us to delegate object creation responsibility into separate dedicated object which allows us to easily create different representational state of same object. So builder pattern is basically used - 1. Delegating complex object creation responsibility to builder you can also say…...
September 16, 2023medium
Trending repositories
FIRST-Tech-Challenge/FtcRobotController
517 stars2,726 forks
apache/doris
Apache Doris is an easy-to-use, high performance and unified analytics database.
9,494 stars2,682 forks
OpenRefine/OpenRefine
OpenRefine is a free, open source power tool for working with messy data and improving it
9,680 stars1,858 forks