Java News
Discover the latest Java development news, repositories, and conferences at Hackertab.
Latest Java articles
Understanding Asynchronous Code: A Comparison of Asynchronous Programming in C# and Java
In this blogpost we’ll discuss what the asynchronous code is and explore how its execution can vary...
June 01, 2023devto

How Does a Linked List Work? A Beginner's Guide to Linked Lists
May 12, 2023freecodecamp

Java Iterator Hashmap – How to Iterate Through a Hashmap With a Loop
May 05, 2023freecodecamp
Mastering Java Application Testing: Essential Resources for Success
Welcome to comprehensive guide on testing Java applications! As developers, we understand the...
June 02, 2023devto

How Number Systems Work in Java – Decimal, Binary, Octal, and Hexadecimal Explained
May 11, 2023freecodecamp
Longest Common Prefix
Hello friends today I have solved the problem of longest common prefix on the leetcode which is based on the topic strings. In this problem as give below we have to solve the longest common prefix between strings that are present in arrays so first w...
May 31, 2023hashnode
![[Tiny] How the conversion of int[] to List<Integer> can be buggy?](/_next/image?url=https%3A%2F%2Fres.cloudinary.com%2Fpracticaldev%2Fimage%2Ffetch%2Fs--59Yj_3XI--%2Fc_imagga_scale%2Cf_auto%2Cfl_progressive%2Ch_420%2Cq_auto%2Cw_1000%2Fhttps%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Feutwpvl62kyind4tfk2g.jpg&w=640&q=75)
[Tiny] How the conversion of int[] to List<Integer> can be buggy?
Imagine we have an array of ints and we want to convert it to a List. Here is the sample: int[]...
June 01, 2023devto
Strategy Design Pattern Refresher
Strategy Design Pattern Refresher Welcome to another exciting blog where we dive into the world of software design patterns. Today, we’ll be exploring the Strategy Design Pattern in Java. Have you ever found yourself needing to change an algorithm dynamically during runtime? Well, the Strategy pattern comes to the rescue! …...
June 02, 2023medium

Basics of Java Programming - Part 2
Arrays Arrays in Java, like Python lists, Javascript arrays, and C arrays, store ordered values of the same data type. They are built-in. However, there are some differences. Java arrays cannot be resized once created, and you must declare the type o...
June 03, 2023hashnode

One of the easiest ways to set the background color of Excel documents in Java
Setting background colors for Excel documents can help to improve the visual appeal of the document and make it easier to read and understand. Background colors can be used to highlight important information or to differentiate between different sect...
June 02, 2023hashnode
Trending repositories
apache/seatunnel
SeaTunnel is a distributed, high-performance data integration platform for the synchronization and transformation of massive data (offline & real-time).
5,652 stars1,094 forks
flowable/flowable-engine
A compact and highly efficient workflow and Business Process Management (BPM) platform for developers, system admins and business users.
6,465 stars2,344 forks
FongMi/TV
1,064 stars717 forks