Skip to content
Developers Dome
  • Home
  • Blogs
  • About Us
  • Contact Us
  • Hire Us
  • Home
  • Blogs
  • About Us
  • Contact Us
  • Hire Us
convert a char array to a string
Java

How to convert a char array to a string in Java with Example

In Java, there are two ways to convert a char array (char[]) to a String:1) Creating a String object by passing the name of an array to the constructor.2) Using…

0 Comments
December 26, 2021
Sort an Array in Ascending Order
Java

Java Program to Sort an Array in Ascending Order with Example

In this Java tutorial, we'll sort an array in ascending order with a temporary variable and a nested for loop. To get user input, we're using the Scanner class. Java…

0 Comments
December 26, 2021
to reverse the Array
Java

Java Program to reverse the Array with Example

The array is reversed in this program. For example, if the user enters the array elements as 1, 2, 3, 4, 5, the program will reverse the array and the…

0 Comments
December 26, 2021
sum the elements of an array
Java

Java program to sum the elements of an array with Example

In this tutorial, we'll look at how to sum the elements of an array. Example: No user interaction class SumOfArray{ public static void main(String args[]){ int[] array = {10, 20,…

0 Comments
December 26, 2021
average of numbers
Java

Java Program to Calculate average using Array with Example

We'll look at two programs that use arrays to find the average of numbers. First, the program computes the average of the specified array elements. The second program takes the…

0 Comments
December 26, 2021
to Count Vowels and Consonants in a String
Java

Java Program to Count Vowels and Consonants in a String with Example

In this article, we will create a Java program that will count the vowels and consonants in a String. Example: To count vowels and consonants in a given String We…

0 Comments
December 26, 2021
find the occurrence of a character in a string
Java

Java program to find the occurrence of a character in a string with Example

In this tutorial, we will create a Java program that will find the occurrence of a character in a String. Program to find the occurrence of a character in a…

1 Comment
December 26, 2021
perform Bubble Sort on Strings
Java

Java program to perform Bubble Sort on Strings with Example

To perform bubble sort on Strings, we must compare adjacent Strings and, if they are not in the correct order, we must swap those strings, this process must be repeated…

0 Comments
December 26, 2021
reverse a string
Java

Java Program to reverse words in a String with Example

This program reverses every word in a string and outputs the reversed string. For example, if we enter a string as "Reverse the word of this string," the program will…

1 Comment
December 26, 2021
Sort Strings in an Alphabetical Order
Java

Java Program to Sort Strings in an Alphabetical Order with Example

In this Java tutorial, we'll look at how to sort Strings alphabetically. In this program, we ask the user to enter the number of strings that he wants to sort.…

0 Comments
December 25, 2021
  • Go to the previous page
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 9
  • Go to the next page

Search here

Categories

  • Android Development (71)
  • Android projects for beginners (8)
  • API | Application Programming Interface (8)
  • C (26)
  • C++ (43)
  • CSS (30)
  • Cybersecurity (2)
  • Firebase (5)
  • Flutter Development (43)
  • HTML (13)
  • Java (81)
  • JavaScript (29)
  • Other's (7)
  • Python (8)
  • Unity Development (40)
  • Web Development (67)
  • Web Development Projects (3)

Learn Java Programming free & Get Certification

Privacy Policy     |      Terms & Conditions

Copyright © 2021 | www.developersdome.com | All Rights Reserved