How to Convert a String with spaces from lowercase to uppercase in Java | Java Programs | Part 2

preview_player
Показать описание
Learn How to convert a string from lowercase to uppercase in Java. Technical interview questions, Java tutorials for beginners.

About the trainer: Mr. Manjunath Aradhya, a technocrat by profession, a teacher by choice and an educationist by passion. He is a charismatic technical leader, the visionary founder and dynamic CEO of ABC for Technology Training which is a National brand enabling the creation of thousands of careers annually in the IT Sector. He has extensive experience working as a Business associate with Wipro Technologies. He has also served as a corporate trainer to many other leading software firms. He has been providing technical assistance to placement cell of various Engineering colleges. He has also authored numerous hot selling engineering and other textbooks which are published by Pearson Education, an internationally acclaimed publication house headquartered in London. Other renowned international publishers such as Cengage Learning headquartered in Boston, United States, have published books authored by him. C Programming and Data Structures book published by Cengage India Private Limited authored by a profound scholar Mr. Manjunath Aradhya is the prescribed book in Dr. Hari Singh Gour University which is the Central University and the oldest university in the state of Madhya Pradesh (MP), India

To learn more about Technology, subscribe to our YouTube channel:

#Interviewquestionsstringjava, #javastringpalindromeornot, #javastringpalindromecheck, #convertingstring #Javatutorials
#javacheckpalindrome #stringprogram, #javafindpalindrome #string #Javatutorials #Tutorialsforfreshers #howtocrackinterview #Javainterviewquestions #ABC #ManjunathAradhya

Reversing a String in Java

Copying one String into another in Java

Computing length of String Java

Computing length of String

Introduction to Strings

Strings in Programming

Palindrome in Java

Tricky Technical Interview Questions for IT Job Aspirants

How to print a statement without using semicolon

How to Print a semicolon without using a semicolon

How to Execute both if block and else block simultaneously

How to Execute Both the if block and else block simultaneously

How to Execute multiple statements in if & else block simultaneously

How to Execute both the if block and else block in Java

Incrementation and Decrementation Operators in Java

Incrementation and Decrementation Operators in Java

Incrementation and Decrementation Operators in Java

How to add and subtract without using + and - operators in Java

For more updates ABC Course, follow us on:
Contact us: 7676500600
Рекомендации по теме
Комментарии
Автор

Learn from Leaders, Learn from ABC.
Watch our latest technical videos in your language:

ABCforTechnologyTraining
Автор

Sir, You are such a great trainer. Please upload more videos on java related to other topics🙏

riyagarg
Автор

Do you have any questions on this topic? Please share your feedback in the comment section below and we'll have our experts answer it for you. Thanks for watching the video

ABCforTechnologyTraining
Автор

Sir your explanation is just great....do u teach python, JavaScript too??

gaurisharma
Автор

Can I valid for user input.i was trying this but only the letter before the string was converting.

nikhilkumargiri
Автор

But sir without using a condition for white spaces, still we r getting the desired output.
32-32=0
And char value of 0 is null..
Then why it is showing space

umarwani
Автор

Sir by charAt(i) we can access the string char by using for loop

muhammadsibtain
Автор

Sir, how to find the string length, if the input should be taken by a user.it can be a sentence only with alphabets and spaces, no special characters are allowed, I tried some methods Sir, but its showing the length of only first word before space

mopurinandini
Автор

Sir can't we use replace() for spaces other than if comdition?

madhupreethi
Автор

Hello sir... while converting from uppercase to lowercase output is showing '@' symbol at spaces... whats the issue sir?

GulbargaRamNavamiUstav
Автор

if(y[i]! =' ') invalid character constant error is coming what is the way to solve it.

maksaini
Автор

This will also give the same output
while(i!=arr.length)
{
if(arr[i]==' ')
{
System.out.print(arr[i]);
i++;
}
arr[i]= (char) (arr[i]-32);
System.out.print(arr[i]);
i++;
}
}

ankitshrivastava
join shbcf.ru