0% found this document useful (0 votes)
30 views

Java Syllabus and RoadMap For Beginners by Coding Wallah

Uploaded by

bhanduresanjana
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views

Java Syllabus and RoadMap For Beginners by Coding Wallah

Uploaded by

bhanduresanjana
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 22

1) Java Program to print the elements of an array in reverse order

2) Java Program to print the elements of an array present on even position


3) Java Program to print the elements of an array present on odd position
4) Java Program to print the largest element in an array
5) Java Program to print the smallest element in an array
6) Java Program to print the number of elements present in an array
7) Java Program to print the sum of all the items of the array
8) Java Program to sort the elements of an array in ascending order
9) Java Program to Print Odd and Even Numbers from an array
10) Java Program to Find Duplicates Numbers in an array
1) Java Program to count the total number of characters in a string
2) Java Program to count the total number of vowels and consonants in a string
3) Java Program to replace lower-case characters with upper-case and vice-versa
4) Java Program to determine whether two strings are the anagram
5) Java Program to find all subsets of a string
6) Java Program to remove all the white spaces from a string
7) Java Program to replace the spaces of a string with a specific character
8) Java Program to Reverse of the string
9) Java Program to determine whether a given string is palindrome
10) Java Program to swap two string variables without using third or temp
variable.

You might also like