TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Java
FOLLOW
Java is a programming language developed by Sun Microsystems, which was later acquired by the Oracle Corporation. Here you may find Java related articles and news.
Articles
(639)
Blogs
(138)
Resources
(3)
Videos
(18)
News
(22)
Articles
CRUD Operation in Java with code example
This article demonstrates implementing CRUD operations in Java with a console-based Student Management System, allowing users to add, view, update, and delete student records using a simple menu-dr...
Vijay Kumari
Nov 15, 2024
Rock, Paper, Scissors Game in Java
This article provides a step-by-step guide to implementing the "Rock, Paper, Scissors" game in Java, complete with a demo video and downloadable source code, covering game rules and logic.
Vijay Kumari
Nov 12, 2024
Java 23: The Latest Features and Improvements
This latest release introduces updates in pattern matching, memory management, and enhanced API functionalities. Java 23 simplifies coding tasks, boosts efficiency, and strengthens application stab...
Aman Gupta
Oct 28, 2024
Power of Web APIs: 12 Essential APIs for Java Developers
Staying updated with essential web APIs is vital for developers to build efficient, scalable, and user-friendly applications. This article explores key APIs, including Geolocation, Web Workers, and...
Aman Gupta
Oct 11, 2024
Pattern Matching for Switch in Java 17
Pattern matching for switches in Java 17 enhances code readability and simplifies working with complex data structures. It allows you to match object types, use type patterns, and add conditions wi...
Lokendra Singh
Oct 07, 2024
Application State vs Session State in Java
State management in Java is vital for web applications, categorizing data into Application State and Session State. Application State shares data globally across users, ideal for configurations and...
Aman Gupta
Sep 30, 2024
Setting Up Kafka In Local using Docker
Apache Kafka is a distributed streaming platform used to build real-time data pipelines and applications. It relies on Zookeeper for managing metadata and broker health.
Aman Gupta
Sep 28, 2024
Difference Between Static Modifier and Final Modifier
Sometimes, a programmer might need to define a class member that will be used independently of any object of that class.
Ashish Bhatnagar
Sep 26, 2024
Explaning Wrapper Classes in Java
This is essential for utilizing Java’s object-oriented features, such as collections. With autoboxing and unboxing, Java simplifies conversions between primitives and their corresponding wrapper cl...
Ashish Bhatnagar
Sep 23, 2024
Derived Class Constructors in Java
Constructors are used to initialize an object of a particular type, as well as to allocate memory, and have the same name as the class.
Ashish Bhatnagar
Sep 17, 2024
Kafka Terminologies and Client APIs
Explore key Kafka terminologies like brokers, topics, partitions, and offsets, along with an overview of its core client APIs. Learn how the Producer, Consumer, Streams, and Connect APIs enable pow...
Aman Gupta
Sep 13, 2024
Getting Started With Apache Kafka: Introductory Guide
Apache Kafka is a distributed event streaming platform that enables real-time data processing and integration across microservices. It supports publishing and subscribing to streams of records, sto...
Aman Gupta
Sep 10, 2024
Centralizing String Utility Functions in Java
This article explains how to consolidate common string utility functions in Java by creating a utility class like StringUtils. It covers methods for checking if a string contains only alphanumeric ...
Aman Gupta
Aug 27, 2024
Creating User Defined Exceptions in Java
Customized exceptions are necessary to handle abnormal conditions of applications created by the user.
Ashish Bhatnagar
Sep 09, 2024
Virtual Threads in Java JDK
Java Virtual Threads, introduced in Project Loom, offer a lightweight alternative to traditional platform threads by allowing the JVM to manage threads instead of the OS. This improves scalability ...
Aman Gupta
Sep 08, 2024
Passing Data to Java User Controls
Learn how to efficiently manage data flow between your application's logic and user interface components, whether you're working with Java Swing, JavaFX, or custom UI controls. Ideal for de...
Aman Gupta
Sep 04, 2024
How to Create a Dynamic Delete Modal in Java
This article guides you in creating a dynamic delete modal in Java. You'll learn how to design a modal popup that adjusts its content based on the item to be deleted, pass item data using JavaS...
Aman Gupta
Sep 03, 2024
Document Upload in Java with Spring Boot
This article demonstrates how to implement a dynamic document upload feature in a Spring Boot Java application. It allows users to upload multiple files by dynamically adding or removing input fiel...
Aman Gupta
Sep 02, 2024
Implement LDAP Login Authentication API in Java with Spring Boot
This guide details creating an LDAP authentication API using Java and Spring Boot. It covers dependency setup, LDAP server configuration, and implementing a REST controller for user authentication....
Aman Gupta
Aug 28, 2024
Dynamic Forms and Flexible Data Storage for Web Apps
This guide covers responsive form creation, scalable data management, and seamless backend integration, offering strategies for efficient user input handling and adaptable storage solutions.
Aman Gupta
Aug 26, 2024
No Records Available.
View More
Learn Internet of Things in 21 Days
Challenge yourself
Java Skill
E-Book Download
Get Certified
Alchemy