Convert First Letter of Each Word From Lowercase to Uppercase in Java | Java Programs | Part 3

  Рет қаралды 50,950

ABC - Technology Training & Upskilling

ABC - Technology Training & Upskilling

Күн бұрын

Пікірлер: 44
@ABCforTechnologyTraining
@ABCforTechnologyTraining 5 жыл бұрын
Learn from Leaders, Learn from ABC. Watch our latest technical videos in your language: For Hindi:- bit.ly/2TRuGVP For Kannada:- bit.ly/31NH63M For Telugu:- bit.ly/2MuYRRP For Tamil:- bit.ly/2Num5Hz
@rahulkumarsharma1132
@rahulkumarsharma1132 5 жыл бұрын
felt like watching a movie climax scene, awesome presentation
@ABCforTechnologyTraining
@ABCforTechnologyTraining 5 жыл бұрын
We all put in a lot of effort; thank you for acknowledging our hard work. Happy learning, Rahul!
@venkateshvenkatesh-xg5cq
@venkateshvenkatesh-xg5cq 5 жыл бұрын
God has given great talent to you sir.Please share atleast c and c++ programming knowledge to the next generation. you will be rememberd for long time by all student and teaching fraternity
@ABCforTechnologyTraining
@ABCforTechnologyTraining 5 жыл бұрын
Thank you Venkatesh. We will definitely work on your valuable suggestions.
@parmodjangra5832
@parmodjangra5832 4 жыл бұрын
Anyone can clearly see you efforts sir...., great job keep doing.... Thank you❤ sir for providing great content without boring us
@notavailable510
@notavailable510 5 жыл бұрын
You are really amazing sir..You had put all your efforts to make students understand the concept 100%👌
@ABCforTechnologyTraining
@ABCforTechnologyTraining 5 жыл бұрын
Thanks for the compliment, Yuvraj. As Abdul Kalam Ji quoted "Teaching is a very noble profession that shapes the character, calibre, and future of an individual. If the people remember me as a good teacher, that will be the biggest honour for me", hence we at ABC have a very strong conviction to nurture young minds and mold them into something great from the first day of our inception.
@tejasghodkhande3381
@tejasghodkhande3381 4 жыл бұрын
Very nice teaching style Awesome Thank you so much sir!!!
@ABCforTechnologyTraining
@ABCforTechnologyTraining 4 жыл бұрын
Most welcome, Tejas! Keep watching, Keep learning!
@gouravkarmakar9606
@gouravkarmakar9606 4 жыл бұрын
Thank you sir,the tutorials are excellent and really helping me to overcome my fear of string
@SAURABHSINGH-od7vp
@SAURABHSINGH-od7vp 5 жыл бұрын
Sir,your way of teaching is vey very good..
@ABCforTechnologyTraining
@ABCforTechnologyTraining 5 жыл бұрын
Thanks for your appreciation, Saurabh. Happy Learning!:)
@arjunnatukula7128
@arjunnatukula7128 5 жыл бұрын
Plz in c
@prashantkadam2128
@prashantkadam2128 4 жыл бұрын
Sir, slightly change in the logic required just in case there are multiple blank spaces then we have to handle it by below condition if(y[i]==' ' && y[i+1]!=' ') this will handle the multiple spaces condition.
@aniketpatwa6200
@aniketpatwa6200 5 жыл бұрын
Awesome explanation sir
@ABCforTechnologyTraining
@ABCforTechnologyTraining 5 жыл бұрын
Thanks a ton, Aniket. Kindly Like, Share and Subscribe to experience nontraditional learning.
@tejkumarkempaiah4906
@tejkumarkempaiah4906 4 жыл бұрын
Very good initiative, Please add more videos on Java concepts..
@muhammadsajjad9769
@muhammadsajjad9769 4 жыл бұрын
Love u Sir from Pakistan
@cephajj171
@cephajj171 5 жыл бұрын
thanks man it really helped me a lot for my tests
@ABCforTechnologyTraining
@ABCforTechnologyTraining 5 жыл бұрын
We appreciate your response. Thank you, Cepha. Kindly Like, Share and Subscribe. Happy Coding!
@varshamehra8164
@varshamehra8164 5 жыл бұрын
Sir..u r awesome
@coolgirlsharu
@coolgirlsharu 5 жыл бұрын
Explain the programs on string to string type array sir ,ur explanation is damn good sir
@Ejiro_Edema
@Ejiro_Edema 5 жыл бұрын
Great video. How do I make the first character of a string to be in uppercase and the remaining characters to be in lowercase.
@anantgavas2310
@anantgavas2310 4 жыл бұрын
In the same program how to check if the first letter of each word in sentence is already in uppercase??
@varunsb8857
@varunsb8857 4 жыл бұрын
I got this doubt?
@rasikasandbhor419
@rasikasandbhor419 4 жыл бұрын
I have tried this program for user input. but after blank space next string is not printed for my code.
@marrigopikrishna9362
@marrigopikrishna9362 5 жыл бұрын
Sir please upload the array programs in java
@MahendraKumar-pf8wj
@MahendraKumar-pf8wj 5 жыл бұрын
Sir one boundary case is not taken care when the last character of a string is a blankspace. So there won't be a i+1 character to convert to uppercase
@karankhot6539
@karankhot6539 4 жыл бұрын
s.trim()
@hafizmuhammadzaid4587
@hafizmuhammadzaid4587 5 жыл бұрын
If the first latter of the string is already in uppercase then this code will not work.
@ABCforTechnologyTraining
@ABCforTechnologyTraining 5 жыл бұрын
Right! We assure ourselves that you have watched both the previous episodes (Part-1 & Part-2). Let me reiterate, in the first episode, we have taken two SPECIFIC cases and in the subsequent episodes, we have provided the solutions for the same respectively. Nevertheless! A small conditional change to the program code of this episode will give you the expected result - if (y[i] >= 'a' && y[i]
@mohankumarkg3822
@mohankumarkg3822 5 жыл бұрын
Sir i have one doubt , how can u convert string to lower/upper case if given string contains both lower and upper case letters?
@dharanijayachandran8873
@dharanijayachandran8873 4 жыл бұрын
Watch the Episode 10. It will help u...
@VICKY-zy4bg
@VICKY-zy4bg 4 жыл бұрын
Output shows no accessible methods
@arivanwali6665
@arivanwali6665 4 жыл бұрын
Please what is (32) is mean ?
@nikhilkumargiri4266
@nikhilkumargiri4266 5 жыл бұрын
This is not working in case of user input.So everytime I change the initialization.
@ABCforTechnologyTraining
@ABCforTechnologyTraining 5 жыл бұрын
In order to simplify the explanation, we have hardcoded the input string in the program code. Nevertheless, the same logic should work for user inputs as well. Kindly share your program code here, we'll fix the errors.
@ashishjha4391
@ashishjha4391 4 жыл бұрын
Why are we subtracting y[0]-32
@jitendraniranjan272
@jitendraniranjan272 4 жыл бұрын
Because small 'a' value is 97 Therefore if we subtract 97-32=65 65 is capital A value thn is replace small a to A.
@karthikp601
@karthikp601 5 жыл бұрын
Both first and last letter of each word in c how
@arjunnatukula7128
@arjunnatukula7128 5 жыл бұрын
Same doubt
@surajmahato2557
@surajmahato2557 4 жыл бұрын
this code will fail as soon as you give two or more spaces in between the string for example "aradhya brilliance center"
@shankysays
@shankysays 4 жыл бұрын
Ye tutorial cum motivational video hai. Lol good video though.
How to count vowels, consonants & special symbols in a String | Java Programming Tutorial | ABC
8:09
ABC - Technology Training & Upskilling
Рет қаралды 36 М.
How to convert lowercase Strings to uppercase in Java | Strings Programming  tutorials | Part 1
9:28
ABC - Technology Training & Upskilling
Рет қаралды 43 М.
Yay😃 Let's make a Cute Handbag for me 👜 #diycrafts #shorts
00:33
LearnToon - Learn & Play
Рет қаралды 117 МЛН
Do you love Blackpink?🖤🩷
00:23
Karina
Рет қаралды 22 МЛН
Introduction to Strings  in Java | Java tutorial | ABC
5:41
ABC - Technology Training & Upskilling
Рет қаралды 73 М.
Computing length of String in Java | Java Programs | Strings in Java | ABC
6:02
ABC - Technology Training & Upskilling
Рет қаралды 56 М.
Copying one String into another in Java | Java programming | Strings in Java | ABC
5:42
ABC - Technology Training & Upskilling
Рет қаралды 54 М.
Pangram Program in Java | Pangram Problem Solution | Interview Questions on Pangram | ABC
16:53
ABC - Technology Training & Upskilling
Рет қаралды 56 М.
How to verify if a String contains only integers | Java Tutorials | String Program in Java
10:25
ABC - Technology Training & Upskilling
Рет қаралды 36 М.
Loops in Java | for | while | do-while | for-each loop in java | loops in java programming | ABC
13:56
ABC - Technology Training & Upskilling
Рет қаралды 24 М.
Palindrome Program in Java | Interview questions and answers for freshers | Part 1
8:37
ABC - Technology Training & Upskilling
Рет қаралды 54 М.
Anagram Program in Java Using Strings | Anagram Problem Solution | Interview Questions on Anagram
9:42
ABC - Technology Training & Upskilling
Рет қаралды 87 М.
Accessing the Data in MAP Data Structure | Applications of Maps in Java | Java Beginners Tutorial
8:29
ABC - Technology Training & Upskilling
Рет қаралды 35 М.
How to print duplicate characters present in a String using Maps in java | strings programs in java
8:51
ABC - Technology Training & Upskilling
Рет қаралды 24 М.