Java67

Top 5 Courses to learn Cloud Computing with Microsoft Azure Platform in 2025 - Best of Lot

›
Hello guys, if you want to learn Microsoft Azure in 2025 and looking for the best resources like online courses, books, tutorials, etc ...

Top 7 Courses to Learn Design Patterns in Java for Experienced Programmers in 2025 - Best of Lot

›
Hello Java programmers, if you want to learn Design patterns in 2025 and looking for the best resources like books, tutorials, and online c...

Top 6 Courses to Learn Neural Networks and Deep Learning in 2025 - Best of Lot

›
Hello folks, if you are looking for the best online courses to learn Deep Learning and Neural networks in 2025 then you have come to th...

How to Reverse words in String Java? [Solution]

›
Hello guys, if you are wondering how to reverse words in a given String in Java then you have come to the right place. Earlier, I have share...
63 comments:

[Solved] How to remove duplicate elements from Array in Java? Example

›
This is one of the common technical interview question s which are asked to entry-level programmers and software engineers. There are also ...

[Solved] How to Print Alphabets in Upper and Lower Case in Java? Example Tutorial

›
Hello guys, if you are learning Java and looking for basic programming exercise to build your concepts then you have come to the right place...
4 comments:

How to swap two Integers without using a temporary variable in Java? [Solution]

›
One of the oldest trick questions from a programming interview is, How do you swap two integers without using a temp variable? This was fir...
15 comments:

How to Print Floyd's Triangle in Java - Example Tutorial

›
Hello guys, In the last article , I have taught you how to print Pascal's triangle and in today's article, I'll teach you how to...

Matrix Multiplication in Java using Scanner, Class, and Function [Example]

›
Hello guys, if you are looking for a matrix multiplication example in Java using the scanner for user input, and using class and object-orie...
3 comments:

How to check is given String is a Palindrome in Java using Recursion

›
In this tutorial, you will learn how to check if a string is a palindrome in Java using Recursion. A String is nothing but a collection of ...
41 comments:

How to Reverse String in Java with or without StringBuffer Example

›
Reverse String in Java There are many ways to reverse a given String in Java. For example, you can use rich Java API to quickly reverse...
57 comments:

How to Remove all adjacent duplicates characters from String in java? Example Tutorial

›
Hello guys, if you are wondering how to remove adjacent repeated characters or duplicates from a given String in Java then you have come to ...

How to Perform Binary Tree InOrder traversal in Java using Recursion? Example Tutorial

›
The InOrder traversal is one of the three popular ways to traverse a binary tree data structure, the other two being the preOrder and pos...
9 comments:

How to Find Square Root of a Number in Java [Solved] - Example Tutorial

›
Java program for a square root or a number in Java How to write a Java program to find the square root of a number is a common Java progr...
10 comments:

How to implement Binary Tree PreOrder Traversal in Java without Recursion? [Solved] Example Tutorial

›
This is my second article on how to implement binary tree pre-order traversal in Java. In the first part , I have shown how to traverse a b...
1 comment:

[Solved] 3 Examples to reverse an Array in Java - Example Tutorial

›
Hello guys, today we are going to see another common coding question from interviews -  how do you reverse an array in Java?  This is a pop...
3 comments:

How to Find Even and Odd Number in Java - Program Tutorial Example

›
Even and Odd number check Java Example There are many ways to find if a number is even or odd in Java but before moving into technical ...
9 comments:

How to Count number of 1s (Set Bits) in a binary number in Java [Solved]

›
Good morning folks, In today's article, we are going to discuss one of the frequently asked bit manipulation-based interview questions,...
5 comments:

How to Print Pyramid Pattern in Java? Program Example

›
Pattern based exercises are a good way to learn nested loops in Java. There are many pattern based exercises and one of them is printing Pyr...
480 comments:

Top 5 Courses to learn UML for Software Design and Development in 2025 - Best of Lot

›
Hello friends, we are here again today for another exciting topic to discuss. But, today we are not gonna discuss something which is related...
2 comments:
‹
›
Home
View web version