Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
Python
19.6K+ articles
Java
9.4K+ articles
Misc
7.7K+ articles
C++
3.7K+ articles
Python Programs
3.7K+ articles
Difference Between
3.1K+ articles
Solidity
112+ articles
Blockchain
92+ articles
java-swing
63+ articles
Programming Language
/
Java
Java
9.4K+ posts
Recent Articles
Popular Articles
Spring Cloud - Create Your Custom Load Balancer
Last Updated: 23 July 2025
Spring Cloud is a collection of projects like load balancing, service discovery, circuit breakers, routing, micro-proxy, etc will be given by Spring Cloud. So spring Cloud...
read more
Java
Picked
Java-Spring-Cloud
Java Spring Boot Microservices - Integration of Eureka, Feign & Spring Cloud Load Balancer
Last Updated: 23 July 2025
Microservices are small, loosely coupled distributed services. Microservices architecture evolved as a solution to the scalability, independently deployable, and innovatio...
read more
Java
Picked
Java-Spring-Boot
Java-Spring-Cloud
Java Microservices
PAC-RET Protection for Linux/AArch64 in Java
Last Updated: 04 July 2023
Pointer Authentication Codes (PAC) and Return Address Signing (RET) are security features available on certain ARM-based architectures, including AArch64. These features p...
read more
Java
Picked
Spring Cloud - Netflix Eureka
Last Updated: 23 July 2025
Service Discovery plays a very important role in microservice-based architecture.Eureka is the Netflix Service Discovery Server and Client. The server can be configured an...
read more
Java
Picked
Java-Spring-Cloud
Java Microservices
Implementing the Flip Algorithm For Non-Delaunay Triangles in Java
Last Updated: 04 July 2023
In computational geometry, the Delaunay triangulation is a fundamental concept used to partition a set of points into a mesh of non-overlapping triangles with the property...
read more
Java
Java Programs
Picked
Foreign Function and Memory API in Java
Last Updated: 08 June 2023
Foreign Function Interface (FFI) and Memory API in Java provide mechanisms for Java programs to interact with code written in other languages, such as C or C++. This allow...
read more
Java
Picked
Java Spring Boot Microservices - Developing Service Discovery
Last Updated: 23 July 2025
In Microservices, Service Discovery helps us by providing a database of available service instances so that services can be discovered, registered, and de-registered based...
read more
Java
Picked
Java-Spring-Boot
Java Microservices
JDK Flight Recorder Event For Deserialization
Last Updated: 08 June 2023
JDK Flight Recorder (JFR) is a profiling and event collection framework provided by the Java Development Kit (JDK). It allows the recording and analysis of events and tele...
read more
Java
Picked
Java Concurrency
Record Patten with Switch in Java 19
Last Updated: 23 July 2025
In this article, we will learn how to use the Record Pattern with Switch statements in Java 19 to create more maintainable, readable code. With the Record Pattern and Swit...
read more
Java
Picked
Java 19
How to Implement Stack in Java using LinkedList and Generics?
Last Updated: 23 July 2025
Prerequisites:Generics in JavaLinkedList in JavaWhat is Stack?Stack is a linear Data Structure that follows LIFO(Last In First Out) order while performing its operations. ...
read more
Java
Java Programs
J2EE Multitier Architecture
Last Updated: 10 January 2025
A tier is an abstract concept that defines a group of technologies that provide one or more services to its clients. In multi-tier architecture, each tier contains service...
read more
Java
Client Side Service Discovery in Microservices
Last Updated: 23 July 2025
Microservices are small, loosely coupled distributed services. Microservices architecture evolved as a solution to the scalability, independently deployable, and innovatio...
read more
Java
Picked
Microservices
Java Microservices
Server Side Service Discovery in Microservices
Last Updated: 23 July 2025
Microservices are small, loosely coupled distributed services. Microservices architecture evolved as a solution to the scalability, independently deployable, and innovatio...
read more
Java
Picked
Microservices
Java Microservices
Service Discovery and Service Registry in Microservices
Last Updated: 23 July 2025
Microservices are small, loosely coupled distributed services. Microservices architecture evolved as a solution to the scalability, independently deployable, and innovatio...
read more
Java
Picked
Microservices
Java Microservices
Different Ways to Collect Garbage in Java HotSpot JVM
Last Updated: 23 July 2025
JDKs come with different JVM implementations (Oracle HotSpot, Eclipse OpenJ9, GraalVM, Jikes RVM, Codename One), and different garbage collector implementations with diffe...
read more
Java
java-garbage-collection
1
...
46
47
48
...
625