String in Java - Word Programs
Simply Coding Simply Coding
127K subscribers
46,000 views
1.1K

 Published On Mar 30, 2022

This video covers Level 2 programs, which require you to break a String into words and then do some processing. It covers basic programs on just printing words, to counting words, finding words or editing any String.

Programs Explained
00:00 - Solving String Programs in Java
02:42 - String tokenizer in Java
05:03 - Printing each word of a sentence in separate line
05:29 - Print the first character of each word in a sentence
05:49 - Print the first 2 characters of each word in a sentence
06:09 - Print a word starting with a particular letter or string
06:38 - Print word ending with a particular letter or string
06:50 - Print word containing a particular letter or string
07:08 - Print words having particular number of characters
07:27 - Printing string with special characters
08:17 - Find longest word in a sentence in Java
08:57 - Find a particular word in a string
09:44 - Count number of words in a sentence in Java
10:13 - Count number of words ending with a particular letter
11:14 - Changing a word with another in Java
12:06 - Deleting a word in java
12:49 - Changing case of word in Java
13:50 - Capitalize each word in Java
14:36 - Swap first and last letter of each word in Java

show more

Share/Embed