Java Programs on Strings | PART 1

Опубликовано: 20 Март 2026
на канале: AKD Classes
54
6

Java is a programming language where we can see a huge amount of built-in functions to fulfill our purpose of string manipulations.

0:00 Introduction
0:36 Check whether a character it is a digit or special character
9:12 Print ASCII code of a character
11:09 Display no. of vowels in a String
16:19 Display a string after removing all the vowels
19:12 Count all letters except vowels in a string
22:42 Find frequency of a letter in a string
25:58 Convert all letters of a word in lowercase except first letter
30:44 Display the longest word in a string
37:15 Frame a word by joining first characters of each word in a string
40:42 Replace vowels with the letters following it in a String