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

Longest Cycle in a Graph
Problem Statement:- You are given a directed graph of n nodes numbered from 0 to n - 1, where each node has at most one outgoing edge. The graph is represented with a given 0-indexed array edges of size n, indicating that there is a directed edge fro...
March 26, 2023hashnode

Use Git Hooks to reduce build failures
Using Git Hooks to reduce build failures, and how to share Git Hooks When developing software in a team, it is essential to have a consistent development environment. This includes ensuring that all code changes adhere to the same coding standards an...
March 26, 2023hashnode

Measuring cold start time of AWS Lambda functions with Java and SnapStart
Measuring cold start time of AWS Lambda functions with Java and SnapStart I hope everyone already knows that Java is not a perfect language for AWS Lambda because of its huge cold start(first start) issue. You can read about it in my previous article. What is SnapStart At AWS re:Invent 2022, AWS announced SnapStart for AWS Lambda running on Java Corretto 11…...
March 27, 2023medium
Class Locale in Java Detailed explanation
A Locale object represents a specific geographical, political, or cultural region. An operation that requires a The locale to perform its task is called locale-sensitive and uses the Locale to tailor information for the user. For example, displayin...
March 26, 2023hashnode

A brief guide about @RequestBody and @ResponseBody Annotations.
A brief guide about @RequestBody and @ResponseBody Annotations. Annotations are a powerful and flexible feature of Java that simplify the life of a developer as they provide a declarative programming style and in turn produce clean code. In this article we are going to talk about two annotations from org.springframework.web.bind.annotation …...
March 27, 2023medium

Method Overloading vs Method Overriding in Java – What's the Difference?
March 17, 2023freecodecamp

Static Variables in Java – Why and How to Use Static Methods
March 07, 2023freecodecamp

10 most popular tools for Java.
10 most popular tools for Java. Eclipse:- Eclipse is an open-source integrated development environment (IDE) for Java. It provides a rich set of features, such as code completion, debugging, and version control. all information you should net and clean so visit the official website https://www.eclipse.org/ why is Eclipse popular here is some point:- A.) Highly customizable…...
March 26, 2023medium

Minimum Path Sum
Problem Statement:- Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right, which minimizes the sum of all numbers along its path. Note: You can only move either down or right at any point in time. Link: https:...
March 27, 2023hashnode

☕ Java 20: Ruy López Sequence Is About To Be Executed
☕ Java 20: Ruy López Sequence Is About To Be Executed With the 20 release, Oracle continues it’s massive Ruy López sequence destined to place Java as the go-to language of the AI-age. Oracle released Java 20 several days ago. Let’s look what are the most aspects of this release. Java 19 Rehearsal Java 20 comes after a game changing Java 19 release made in September. My article about Java 19 got a whooping number of 1100 claps. …...
March 26, 2023medium
Trending repositories
jeremylong/DependencyCheck
OWASP dependency-check is a software composition analysis utility that detects publicly disclosed vulnerabilities in application dependencies.
4,947 stars1,081 forks
apache/shardingsphere
Ecosystem to transform any database into a distributed database system, and enhance it with sharding, elastic scaling, encryption features & more
18,158 stars6,252 forks
redisson/redisson
Redisson - Redis Java client with features of In-Memory Data Grid. Over 50 Redis based Java objects and services: Set, Multimap, SortedSet, Map, List, Queue, Deque, Semaphore, Lock, AtomicLong, Map Reduce, Publish / Subscribe, Bloom filter, Spring Cache, Tomcat, Scheduler, JCache API, Hibernate, MyBatis, RPC, local cache ...
20,843 stars5,004 forks
dromara/ChatGPT
This project is a plugin that supports ChatGPT running on JetBrains series IDE.
544 stars100 forks