Reversing a String in Java | Java Programs for Freshers | Strings in Java | ABC

  Рет қаралды 63,057

ABC - Technology Training & Upskilling

ABC - Technology Training & Upskilling

Күн бұрын

Пікірлер: 18
@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
@ABCforTechnologyTraining
@ABCforTechnologyTraining 5 жыл бұрын
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.
@pandu4socity
@pandu4socity 5 жыл бұрын
System.out.println(new StringBuilder (x).reverse(). toString ()) ;
@marrigopikrishna9362
@marrigopikrishna9362 5 жыл бұрын
Sir i have dought about the logic if string name is gopi the size of string is 3 to reverse the string the logic for this a[size-i] is correct for reverse a string but u said sir a[size-1-i] it is not applicable for my program give me clarity sir when we use a[size-i] and a[size-1-i]. Pls reply sir
@strikerron2252
@strikerron2252 5 жыл бұрын
@@marrigopikrishna9362 your strings size is 4 not 3 .You should include the null character to make it 4.
@tomarsurita4105
@tomarsurita4105 4 жыл бұрын
Sir...i got random value eg.[a@ 15db9742 when i am trying to print System.out.println("reverse string"+a). ...instead to get my string in reverse order. Same kind of error face when try to print copy string
@manishsinha3887
@manishsinha3887 4 жыл бұрын
@@tomarsurita4105 share the whole code then only anyone will give you the correct answer
@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
@vinodverma9340
@vinodverma9340 5 жыл бұрын
Sir the efforts you put in to make this video, I do really appreciate, Thank You! ...
@ABCforTechnologyTraining
@ABCforTechnologyTraining 5 жыл бұрын
We all put in a lot of effort; thank you for acknowledging our hard work. Happy learning, Vinod Verma!
@sunilgowda9344
@sunilgowda9344 4 жыл бұрын
The way of teaching awesome sir..
@pritimaurya8348
@pritimaurya8348 4 жыл бұрын
wow the way of teaching is awesome u explain every topic very easy manner
@ABCforTechnologyTraining
@ABCforTechnologyTraining 4 жыл бұрын
Glad to hear that. Happy coding!
@shinchanworld4430
@shinchanworld4430 4 жыл бұрын
Sir string copy and reverse can be done in this way?? class Test { public static void main(String[] args) { String s = "I love java"; String n = s; String r = new StringBuffer(s).reverse().toString(); System.out.println(s); System.out.println(n); System.out.println(r); } }
@ABCforTechnologyTraining
@ABCforTechnologyTraining 4 жыл бұрын
Why not? Absolutely yes! Remember, Any given problem can be coded in a hundred different ways by hundred different developers.
@rahulpradhan5585
@rahulpradhan5585 5 жыл бұрын
Sir first of all a big thank you for making such type of videos , sir I hv a problem that how to convert Indian currency numeric value to word .eg- 780 RS convert into word - seven hundred eighty. Please sir I request.
@mahmoudm451
@mahmoudm451 4 жыл бұрын
First split your numeric value into its constituent numbers individually (modulus 10 then divide by 10). Then use a switch statement to check what the number is and concatenate a string called "numericToWords" for example with the respective number but in string.
@shwetasingh5405
@shwetasingh5405 4 жыл бұрын
i think there should be "System.out.print" in the place of "System.out.println" to get the correct answer "ABC tech". isn't it?
Palindrome Program in Java | Interview questions and answers for freshers | Part 1
8:37
ABC - Technology Training & Upskilling
Рет қаралды 54 М.
Palindrome Program in Java  | Part 2 | Strings in Java | ABC
5:33
ABC - Technology Training & Upskilling
Рет қаралды 36 М.
快乐总是短暂的!😂 #搞笑夫妻 #爱美食爱生活 #搞笑达人
00:14
朱大帅and依美姐
Рет қаралды 13 МЛН
Pangram Program in Java | Pangram Problem Solution | Interview Questions on Pangram | ABC
16:53
ABC - Technology Training & Upskilling
Рет қаралды 56 М.
Introduction to Strings  in Java | Java tutorial | ABC
5:41
ABC - Technology Training & Upskilling
Рет қаралды 73 М.
How to convert lowercase Strings to uppercase in Java | Strings Programming  tutorials | Part 1
9:28
ABC - Technology Training & Upskilling
Рет қаралды 43 М.
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 М.
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 М.
Anagram Program in Java Using Strings | Anagram Problem Solution | Interview Questions on Anagram
9:42
ABC - Technology Training & Upskilling
Рет қаралды 87 М.
Check if a String has ALL UNIQUE CHARACTERS using MAP Data Structure| HashMap in Java| Maps in Java
10:41
ABC - Technology Training & Upskilling
Рет қаралды 25 М.
How to remove all white spaces from a String in Java | Strings interview questions in Java | ABC
10:03
ABC - Technology Training & Upskilling
Рет қаралды 18 М.