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
Securing Sessions in Java Web Applications: Preventing Session Fixation and Replay Attacks
Securing Sessions in Java Web Applications: Preventing Session Fixation and Replay Attacks
Aman Gupta
Aug 25, 2024
Creating Reusable Modal Popups in a Java-Based Web Application
Managing modal popups in Java web applications can be complex if code is duplicated across multiple JSP pages. This guide explores how to centralize and reuse modal code using JSP and servlets, enh...
Aman Gupta
Aug 24, 2024
Building Dynamic and Reusable Modal Popups in Java Web App
Learn to create interactive UI components that enhance user experience through modular, maintainable code. Ideal for developers seeking to improve their Java skills and design more responsive, scal...
Aman Gupta
Aug 23, 2024
Store Java Errors in Database with Dynamic Error-Based Logging
It covers setting up logging frameworks, capturing runtime errors, and ensuring data persistence for effective error management and tracking. Ideal for improving application reliability and diagno...
Aman Gupta
Aug 23, 2024
Implementing Pagination for Large Datasets in Java Web Applications
This guide demonstrates how to implement pagination in a Java web application using JSP and Servlets. It covers setting up a data source, handling pagination logic in a servlet, and displaying data...
Aman Gupta
Aug 22, 2024
Build a Full-Stack App with React and Spring Boot Integration
Learn how to build a full-stack application by integrating React with Spring Boot. This guide covers the seamless communication between frontend and backend using React for the user interface and S...
Aman Gupta
Aug 16, 2024
How to Retrieve and Display Database Records in Java Using JTable
Learn how to retrieve and display database records in Java using JTable with this step-by-step guide. Explore Java Swing for creating a graphical user interface, JDBC for database connectivity, and...
Aman Gupta
Aug 13, 2024
Understanding the Binary Search Algorithm
Understanding the Binary Search Algorithm delves into the mechanics of binary search, a fundamental algorithm in computer science. This guide covers its implementation in both iterative and recursi...
Lokendra Singh
Aug 06, 2024
Understanding Merge Sort by Using the Divide & Conquer Algorithm
This content delves into the Merge Sort algorithm, a classic example of the divide and conquer strategy. It explains how Merge Sort works by recursively dividing the array into smaller subarrays, s...
Lokendra Singh
Aug 01, 2024
Implementing Thread-Safe Dynamic Arrays
Implementing thread-safe, dynamically resizable arrays in C ensures data integrity in multi-threaded applications. Utilize mutex locks for synchronization, condition variables for state management,...
Aman Gupta
Jul 31, 2024
Implement Okta in Spring Boot with Spring Security and OAuth 2.0
Integrating Okta with Spring Boot using Spring Security and OAuth 2.0 enhances authentication and authorization. This guide explains Okta's role, OAuth 2.0 functionality, and provides a practic...
Aman Gupta
Jul 31, 2024
QuickSort in Java: A Fast and Efficient Sorting Algorithm
QuickSort, an efficient and popular sorting algorithm, is implemented in Java. It uses a divide-and-conquer approach involving partitioning around a pivot and recursively sorting sub-arrays, ensuri...
Lokendra Singh
Jul 31, 2024
Transaction Management in Spring Boot
Learn how to handle database transactions effectively, ensure data integrity, and manage rollbacks and commits within your Spring Boot applications. Perfect for developers seeking in-depth insights.
Aman Gupta
Jul 30, 2024
Understanding CORS in Spring Boot
Discover how to configure CORS policies, handle HTTP headers, and ensure secure API interactions. Perfect for developers looking to implement effective web service solutions and backend configurati...
Aman Gupta
Jul 30, 2024
Spring Boot Logging for Production and Development Servers
This guide covers configuring logging settings, integrating log management tools, and best practices for monitoring and analyzing logs to ensure smooth application performance and debugging.
Aman Gupta
Jul 30, 2024
Java 22: The Latest Features and Improvements
Discover the exciting new features and improvements in Java 22, the latest release of the popular programming language. This update brings enhanced performance, new APIs, improved security, and mor...
Aman Gupta
Jul 29, 2024
The AbstractList Class and ArrayList Class in Java Collection
The AbstractList class in the Java Collections Framework provides a skeletal implementation of the List interface, enabling developers to create custom list implementations with ease. It offers def...
Ashish Bhatnagar
Jul 29, 2024
Java 21: The Latest Features and Improvements
Java 21 introduces significant enhancements including Pattern Matching for Switch, Record Patterns, and String Templates. It also features Sequenced Collections, Virtual Threads, and Scoped Values,...
Aman Gupta
Jul 26, 2024
Managing IO Files in Java with FileOutputStream FileInputStream
Learn how to effectively read from and write to files, understand the nuances of file handling, and explore practical examples to streamline your Java programming tasks involving file operations.
Ashish Bhatnagar
Jul 25, 2024
Interactive Input and Output in File Handling
File handling is a crucial aspect of any programming language, including Java. It enables developers to interact with the file system, allowing the creation, reading, updating, and deletion of file...
Ashish Bhatnagar
Jul 24, 2024
No Records Available.
21
-
40
of
639
<<
1
2
3
4
5
>>
Learn JavaScript
Challenge yourself
Java Skill
E-Book Download
Get Certified
BlockChain