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
Understanding flatMap in Java
The flatMap operation in Java is a powerful tool for transforming and flattening collections. Learn about Java's `flatMap` operation in this article, which maps each element to a stream and fla...
Lokendra Singh
Jul 23, 2024
Vector Class and the Stack Class in Java Collections
The Vector and Stack classes in Java Collections Framework provide essential tools for managing dynamic arrays and last-in, first-out (LIFO) stacks, respectively.
Ashish Bhatnagar
Jul 19, 2024
HashSet Class and TreeSet Class in Java Collections
Explore the HashSet and TreeSet classes in Java Collections Framework. Learn how HashSet uses hashing for fast access and TreeSet maintains sorted order through a Red-Black tree.
Ashish Bhatnagar
Jul 19, 2024
Understanding MapStruct in Spring Boot for Java Bean Mapping
Explore MapStruct in Spring Boot for seamless Java Bean mapping. Discover how MapStruct simplifies object mapping between DTOs and entities, leveraging annotations for automated conversion.
Aman Gupta
Jul 09, 2024
Custom Annotations and Validation in Spring Boot
Explore how to enhance Spring Boot applications by creating and using custom annotations for validation. Learn to implement robust validation logic using Hibernate Validator and integrate custom va...
Aman Gupta
Jul 04, 2024
How to Send Email using Spring Boot using Java Mail Sender SMTP?
This article provides a step-by-step guide to sending emails using Spring Boot and JavaMailSender. You'll learn how to set up a Spring Boot project, configure email properties, create an email ...
Aman Gupta
Jul 01, 2024
Annotations used with Spring Boot Applications
Spring Boot simplifies Java application development with powerful annotations like @SpringBootApplication, @RestController, and @Service. These annotations automate configuration, enable RESTful se...
Aman Gupta
Jun 28, 2024
Exploring Record Classes in Java
Discover the simplicity and power of record classes in Java with our comprehensive guide. Explore how Java's record classes, introduced in Java 14, streamline the creation of immutable data str...
Lokendra Singh
Jun 28, 2024
Understanding Threads and Multithreading in Java
This article explains the concepts of threads and multithreading in Java, highlighting their benefits, lifecycle, and examples, along with the advantages and disadvantages of using multithreading i...
Baibhav Kumar
Jun 26, 2024
Set Interface and Map Interface in java.util Package
The Set Interface and Map Interface within the java.util package are fundamental components of Java's Collections Framework. The Set Interface defines a collection that does not allow duplicate...
Ashish Bhatnagar
Jun 26, 2024
Top Java Spring Boot Scenario-Based Interview Questions
Preparing for a Spring Boot interview? Master scenario-based questions covering database migrations with Flyway, REST API exception handling using @ControllerAdvice, Spring Security for authenticat...
Aman Gupta
Jun 24, 2024
Understanding the Data Structure Behind HashMap in Java
Explore the intricate workings of HashMap in Java, a pivotal data structure in the Java Collections Framework. Understand its mechanism of storing key-value pairs using hashing, handling collisions...
Lokendra Singh
Jun 20, 2024
Understanding Access Modifiers in Java
Explore the intricacies of Java access modifiers with this comprehensive guide. Learn about public, private, protected, and default access levels, their roles in encapsulation and access control, a...
Lokendra Singh
Jun 13, 2024
Difference Between Class And Interface
Understand the distinctions between classes and interfaces. Classes encompass both definition and implementation, while interfaces solely provide definitions. Classes support single inheritance, wh...
Sandeep Sharma
Jul 18, 2013
Overloading vs Overriding in Java
Method overloading and overriding in Java, essential OOP concepts for code reusability and polymorphism. Overloading allows multiple methods with the same name but different parameters while overri...
Lokendra Singh
Jun 12, 2024
Understanding String, StringBuffer and StringBuilder in Java
This article delves into the fundamental concepts of String, StringBuffer, and StringBuilder in Java. It explains the differences between these three classes, their specific use cases, and performa...
Lokendra Singh
Jun 06, 2024
Working With Fonts in Applet
Learn to enhance the visual appeal of Java applets through font manipulation. Explore various font attributes such as family, style, and size to create visually appealing text displays. Customize t...
Akash Bhimani
Oct 21, 2013
Understanding Threads and Processes: A Guide to Multiprocessing
Multiprocessing revolutionizes computing by allowing CPUs to handle multiple tasks concurrently. Explore process-based and thread-based multiprocessing, their characteristics, key differences, and ...
Baibhav Kumar
May 28, 2024
Configuring Filter and Dispatcher Mapping in Servlets
Configuring filter and dispatcher mapping in servlets involves defining rules for intercepting requests and forwarding them to appropriate components. This ensures efficient request handling and fi...
Ashish Bhatnagar
May 24, 2024
Understanding Equals Method and == Operator in Java
In Java, the Equals method compares the content of objects for equality, while the == operator checks if they refer to the same memory location. Understanding their distinction is crucial for accur...
Lokendra Singh
May 24, 2024
No Records Available.
41
-
60
of
639
<<
1
2
3
4
5
>>
Build Progressive Web Apps
Challenge yourself
Java Skill
E-Book Download
Get Certified
JQuery