Java String Comparison Methods - equals equalsIgnoreCase compareTo - Java Programming - Appficial

  Рет қаралды 13,525

Appficial

Appficial

Күн бұрын

Пікірлер: 12
@Appficial
@Appficial 5 жыл бұрын
Please SUBSCRIBE! More programming videos coming soon! ✌️
@ralphmoreno2974
@ralphmoreno2974 6 жыл бұрын
Great video!
@Appficial
@Appficial 6 жыл бұрын
Thanks Ralph!
@xanderlammers4883
@xanderlammers4883 3 жыл бұрын
Thank you
@Everent
@Everent 3 жыл бұрын
Question, sir: Could you use these methods to sort a 2D string array so that the array elements are sorted from A to Z? I have seen some videos related to this, but not exactly what I need. I have a project concerning this and for some reason, there is one piece that is giving me a bit of trouble. This is some of the relevant code right here: for(int i=0; i>numberOfRows; i++) { if(statesCapitals[i].compareToIgnoreCase(statesCapitals[i-1]) > 0) { temp = statesCapitals[i]; statesCapitals[i] = statesCapitals[i-1]; statesCapitals[i - 1] = temp; } My compareToIgnoreCase is giving me an error: Cannot invoke compareToIgnoreCase(String[]) on the array type String[]. I'm not exactly sure what's wrong with the code since both elements are strings. Any help would be appreciated! Thanks!
@Appficial
@Appficial 3 жыл бұрын
For a 2D array, you would loop through each element and sort it, since each element is also an array. Since you are working with Strings, you can just use the Comparator sort() method
@Everent
@Everent 3 жыл бұрын
@@Appficial Thank you for the help, sir!
@TheNationalStar
@TheNationalStar Жыл бұрын
And if i want compare 3 strings: for example: "kali, karkiv, karola" ? How can i do it at the same time? and how put in order in a list?
@Appficial
@Appficial Жыл бұрын
Use && for compound expressions. Then use arrays or ArrayList to store them in a list. I have videos on both
@TheNationalStar
@TheNationalStar Жыл бұрын
@@Appficial , oh thank you a lot. I will try to find this videos :)
@youtriggered8179
@youtriggered8179 Жыл бұрын
where are those videos?@@Appficial
@najlamohammed2295
@najlamohammed2295 3 жыл бұрын
Thank u ❤️
Writing a Java compareTo Method (Comparable interface)
9:11
Logic Lambda
Рет қаралды 19 М.
SIZE DOESN’T MATTER @benjaminjiujitsu
00:46
Natan por Aí
Рет қаралды 7 МЛН
Farmer narrowly escapes tiger attack
00:20
CTV News
Рет қаралды 13 МЛН
Java String Comparison Tutorial (Equals vs == in Java)
6:45
Alex Lee
Рет қаралды 90 М.
Java methods 📞
11:05
Bro Code
Рет қаралды 150 М.
#34 What is String in Java
7:24
Telusko
Рет қаралды 153 М.
.equals() vs. == in Java - The Real Difference
8:48
Coding with John
Рет қаралды 195 М.
#24 Methods in Java
11:30
Telusko
Рет қаралды 262 М.
String:  compareTo() (Java)
6:49
Nathan S
Рет қаралды 117 М.
Java String methods 💬
6:18
Bro Code
Рет қаралды 130 М.
93. Comparing Strings: compareTo() method - Learn Java
17:10
Kakra Detome
Рет қаралды 10 М.
SIZE DOESN’T MATTER @benjaminjiujitsu
00:46
Natan por Aí
Рет қаралды 7 МЛН