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
(682)
Blogs
(138)
Resources
(3)
Videos
(18)
News
(22)
Articles
A Complete Java Classes Tutorial
Java class is a basic concept of object-oriented programming. Java is an object-oriented programming language, so Everything in java is associated with java classes. In this article, we will learn ...
Vijay Kumari
Aug 29, 2019
Printing Different Types of Star Patterns in Java with Code
Star pattern programs in Java demonstrate the use of nested loops and control structures, creating shapes like squares, pyramids, diamonds, and hollow squares with illustrative code examples and ou...
Vijay Kumari
Jan 09, 2025
Calculate Simple Interest in Java with Code
Learn how to calculate simple interest in Java using user input, exception handling, and validation. This article includes step-by-step explanations, example code, and techniques for handling inval...
Vijay Kumari
Jan 08, 2025
Check Input Character is a Vowel or Consonant in Java With code
Learn how to identify vowels and consonants in Java using if-else and switch statements. This article explains character validation and control flow and provides example programs for clarity and pr...
Vijay Kumari
Jan 07, 2025
Check Armstrong Numbers Between Two Integers in Java with Code
Learn to identify Armstrong numbers in a given range using Java. This article explains logic, digit manipulation, and mathematical operations, with an example program to detect and display Armstron...
Vijay Kumari
Jan 06, 2025
Checking Leap Year in Java with Code
This article explains how to determine leap years in Java using conditional statements, ternary operators, functions, and Java's built-in `Year` class, with code examples and clear explanations...
Vijay Kumari
Jan 03, 2025
3 Easy Ways to Find the Missing Number in an Array in Java
The article "3 Easy Ways to Find the Missing Number in an Array in Java" explains how to efficiently find the missing number in an array of numbers ranging from 1 to n. It presents three ...
Aakash Chhillar
Jan 03, 2025
How to Find the Largest and Smallest Element in an Array in Java
In this article, we explained how to find the largest and smallest numbers in an array in Java. The process involves initializing two variables, one for the largest and one for the smallest number,...
Aakash Chhillar
Jan 02, 2025
Display Current Date & Time Using Java With Code
Learn how to display and format the current date and time in Java using `LocalDate`, `LocalTime`, `LocalDateTime`, `ZonedDateTime`, and `DateTimeFormatter` from the `java.time` package with practic...
Vijay Kumari
Jan 01, 2025
Implementing Bubble Sort, Merge Sort, and Quick Sort in Java
This article explains how to implement three popular sorting algorithms—Bubble Sort, Merge Sort, and Quick Sort—in Java. It provides simple, step-by-step explanations for each algorithm, including ...
Aakash Chhillar
Dec 31, 2024
Checking if a Number is Odd or Even in Java with Code
Learn three methods to check odd or even numbers in Java using modulus, bitwise, and ternary operators with clear examples, explanations, and practical insights for beginners.
Vijay Kumari
Dec 31, 2024
Displaying All Prime Numbers from 1 to N Using Java with Code
Explore three methods to display prime numbers in Java: Simple Loop, Square Root Optimization, and Sieve of Eratosthenes, with detailed explanations, code examples, and efficiency comparisons for e...
Vijay Kumari
Dec 26, 2024
How to Set Up the Java Path on Windows
The topic "How to Set Up the Java Path on Windows" covers the essential steps needed to configure your system so that Java commands can be run from anywhere in the command line.
Aakash Chhillar
Dec 27, 2024
How to Generate Random Numbers in Java with Code?
Discover multiple techniques to generate random numbers in Java using `java.util.Random` and `Math.random()`, with detailed explanations, code examples, and practical use cases for simulations, gam...
Vijay Kumari
Dec 27, 2024
How to Run a Java Program on Windows?
This guide walks you through the process of writing and running a simple Java program on a Windows computer. It covers the installation of the Java Development Kit (JDK), setting up your environmen...
Aakash Chhillar
Dec 26, 2024
How to Reverse a String in Java
Reversing a string in Java is a common task that involves reversing the order of characters in a string. For example, "Hello" becomes "olleH". To accomplish this in Java, we can...
Aakash Chhillar
Dec 24, 2024
Printing "Hello, World!" in Java: Different Techniques and Examples
This article explores various methods to print "Hello, World!" in Java, introducing beginners to Java's syntax and structure. Examples include basic output, methods, string variables,...
Vijay Kumari
Dec 20, 2024
Creating a Currency Converter Using Java with Code
This article demonstrates creating a Java-based console currency converter that converts amounts between USD, EUR, and INR using predefined exchange rates. It includes user input, conversion logic,...
Vijay Kumari
Dec 19, 2024
Take User Input in Java with BufferedReader
Learn how to take user input in Java using BufferedReader and Console classes. This guide includes detailed explanations, code examples, error handling, and practical applications for seamless inpu...
Vijay Kumari
Dec 12, 2024
Take Input in Java using Scanner Class with Code
Learn how to capture user input in Java using the Scanner class. This guide covers importing, creating Scanner objects, reading inputs (strings, integers, doubles), and handling exceptions with exa...
Vijay Kumari
Dec 06, 2024
No Records Available.
21
-
40
of
682
<<
1
2
3
4
5
>>
Mastering SQL
Challenge yourself
Java Skill Challenge
E-Book Download
Get Certified
.NET Developer