Core Java - Assignment #7 | Core Java | Java Programming |

preview_player
Показать описание
In this video, I have explained about "Core Java - Assignment #7".

Programs explained in this video:
❇️ Write a java program to count the number of characters in a string
❇️ Write a java program to count the number of words in a string
❇️ Write a java program to count the total number of occurrences
of a given character in a string
❇️ Write a java program to reverse a string
❇️ Write a java program to remove all starting and ending spaces from a string
❇️ Write a java program to reverse each word of a given string
❇️ Write a java program to modify the string in the mentioned pattern
❇️ Write a java program to find the count of uppercase letters, lowercase letters, digits and special characters in a given string
❇️ Write a java program to find the first repeated and non-repeated character in the given string
❇️ Write a java program to create an array using words at odd positions in a string
❇️ Write a java program to find the max length-word in a given string
Compare two strings, if the characters in string 1 are present in string 2, then it should be printed as such in output, else '+' should be printed in output
❇️ Given the first name and last name, print the last name first then followed by "," and first character of the first name
❇️ Write a java program to print the filename extension in the console
❇️ Write a java program to verify whether the given string is palindrome or not

🔶🔶🔶🔶🔶🔶🔶🔶🔶🔶🔶🔶🔶🔶🔶🔶

===================================
===================================
Connect me @
===================================
===================================
🙏 Please Subscribe🔔 to start learning for FREE now, also help your friends in learning the best by suggesting this channel.

#hyrtutorialstelugu #selenium #java #telugu
Java programming by Yadagiri Reddy
Рекомендации по теме
Комментарии
Автор

Excellent teaching sir.java intha baga chala easy ga line to line chala patience ga explain chesthunanaru chala thanks sir.program ranivallaki kuda program rasela chestunaru.ur hardwork will defintely payoff.thankyou so much for spending ur valuable time for teaching to us.thanks to HYR TUTORIAL ❤

ZombieJs
Автор

Excellent SIr!
You have designed the assignment in such a way that the student is ready to take coding interview right away and he will crack as well. No words except Guru Vandanam. Such a clear explanation and one would get grip on string functions.

May all your dreams come true with His grace.

🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏

kavitha-
Автор

Guys who watching this java course please listen to my words. I attended an interview one of the company.

All the 10 questions they asked from the string and array assignment. So please learn all the questions.

Bro really great bro. Even paid courses cannot five these much of quality content.✨👍✨🔥🔥🔥👏

pushi
Автор

chalaa baga chepparu sir me patience ki dandam sir thank you soo much

sureshbabu-bbfi
Автор

Thank you bro for coming back
I like your way of teaching

sadanandammanne
Автор

Thanks for your content contribution to Telugu peoples :)

p.santoshkhan
Автор

Your explanation is easy to understand sir your content is very useful to me thank you sir

ponugotiramya
Автор

Thank you so much brother, this kind of teaching gave to us, Heartfully saying

PuttupuSasikanth
Автор

Thanks for your content contribution to telugu peoples

bapuramshankar
Автор

Thanks you so much sir spending ur valuable time for us make me more topics sir please

chandhunaidu
Автор

Hi Sir, really stupendous the way your explaining.

sureshbabukandukuri
Автор

Bro like comment chesanu bro ... Good luck bro happy to see you ...

sshaikyounus
Автор

Hai sir thank you very much for sharing assignments .

anithar
Автор

yadagiri anna Ur teaching is very well

manojirla
Автор

Thank you Guruji. your way of teaching i liked .no one can told like you guruji.thanks for came back

srptelugu
Автор

Thankyou bro for your content 😍😍 it really helpful

sanjusumanth
Автор

sir 24:07 lo manam Strings lo unnava values in compare chesthunnam kadha then we should not use ==.na sir, I think use are comparing the char array ?
package org.example.strings;

public class RepeatedWords {
public static void main(String[] args) {
int count =0;
String s = "hello iam mahesh, iam from khammam";
for (int i = 0; i < s.length(); i++) {
if (s.charAt(i)!='m'){
// System.out.printf();

}
else {
count+=1;
}

}
System.out.println(count);

}
}
this how i done repeated words

MaheshGouni
Автор

Very super sir u r explaining pin to pin anyone can understand and easy to learn

vasanthagolla
Автор

Thankyou thankyou thankyou thankyou thankyou thankyou reddy sir

Dheeraj-jikl
Автор

Sir amazing explanation thank you so much small doubt sir packages program ni ala copy chestunnaro cheppandhi sir easy ga nenu entha try chesina avvatledu sir shortcut unte cheppandhi sir

anuradhakuppili