Strings | Lecture 12 | Java Placement Series

Поділитися
Вставка
  • Опубліковано 18 гру 2024

КОМЕНТАРІ •

  • @mohitdiwate1008
    @mohitdiwate1008 3 роки тому +93

    Java Series is very exciting and helpfull for Placements preperation.....Plz gives us more videos.. ❤️❤️

  • @trend_tsunami
    @trend_tsunami Рік тому +31

    Tony stark be like : Jalwa hai hamara yaha 🔥😂

  • @Pianomite
    @Pianomite 3 роки тому +120

    me: i don't have a sibling
    aman bhaiya: to jnaab aj ham apke lie ek didi lae he😂😂😂😂

  • @pratibharajput3162
    @pratibharajput3162 3 роки тому +265

    ma'am please upload the advance java lectures after core java

    • @coding1415
      @coding1415 3 роки тому

      ua-cam.com/video/3vlGsG7P0QE/v-deo.html C language

    • @technubie
      @technubie 3 роки тому +3

      Yes

    • @prasenjitnayak_
      @prasenjitnayak_ 3 роки тому

      ua-cam.com/video/VNBhtuEfs9U/v-deo.html

    • @logic-coder
      @logic-coder 2 роки тому +2

      Gentle request

    • @iltabishkhan
      @iltabishkhan 2 роки тому +9

      Nahi karegi
      Bahut bhau hai iske
      😆🤣

  • @ankitkumarsingh8707
    @ankitkumarsingh8707 3 роки тому +13

    Hi mam thank you . your way of teaching java is so good . you kn what is necessary so thanks . keep posting such type of vidioes . plz upload how to solve problems on hackerank questions of strings n arrays.

  • @MdrGaming961
    @MdrGaming961 11 місяців тому +193

    who are watching in 2024 ❤

  • @peterparker899
    @peterparker899 2 місяці тому +1

    Big fan mam , I have a question
    to reverse the Hindi string. Write a reverse method*
    String reverse ( String hindiStr )
    which will return the reverse of hindiString
    For ex. विपरीत दिशा->ाशिद तीरपिव

  • @nalinbedi6335
    @nalinbedi6335 2 роки тому +25

    Please specify some important practice questions on Strings which we can practice from various sources and coding platforms.

  • @CrazyBunny444
    @CrazyBunny444 2 роки тому +3

    1:15 Koi Itna Relatable Kese Ho sakta he😱

  • @shreyashiroy6738
    @shreyashiroy6738 3 роки тому +9

    Didi thanks a lot for coming back😭😭😭 we really love you... please continue this java placement course

  • @garimagarg1901
    @garimagarg1901 2 роки тому +17

    Your videos are very helpful and easy to understand. You teach very well. All doubts are clear. Thank you for making such useful videos..😇😋

  • @siddheshsakpal5798
    @siddheshsakpal5798 2 роки тому +4

    Q.2) Replacing letter simple form with pre-defined function/method
    Scanner sc=new Scanner(System.in);
    System.out.println("Enter the string:- ");
    String n1=sc.next();
    String result=n1.replace('e','i');
    System.out.println(result);

  • @hariomchaurasiya9335
    @hariomchaurasiya9335 3 роки тому +4

    Thank u didi for coming back , we are really miss u, and your lectures☺️

  • @Xplains-Jay
    @Xplains-Jay 3 роки тому +4

    Java difficult but you make easy
    Lecture 12🙏

    • @coding1415
      @coding1415 3 роки тому

      ua-cam.com/video/Us4Mo0HFBlc/v-deo.html C language

    • @prasenjitnayak_
      @prasenjitnayak_ 3 роки тому

      ua-cam.com/video/VNBhtuEfs9U/v-deo.html

  • @insta-trends605
    @insta-trends605 3 роки тому +9

    Second support for Didi🙏🙏🙏🙏

    • @coding1415
      @coding1415 3 роки тому +1

      ua-cam.com/video/Us4Mo0HFBlc/v-deo.html C language

    • @prasenjitnayak_
      @prasenjitnayak_ 3 роки тому +1

      ua-cam.com/video/VNBhtuEfs9U/v-deo.html

  • @nitishbansal8334
    @nitishbansal8334 3 роки тому +35

    Can you please upload more videos asap! bcoz i am learning java with dsa and i really want to learn everything asap!😥

  • @saiyadsakib5928
    @saiyadsakib5928 2 роки тому +2

    System.out.println("SHARADHA DI .IS SUBHANALLAH..❤️");

  • @amansayyad7286
    @amansayyad7286 3 роки тому +7

    Finally it is uploaded 🙏🙏. Thankyou didi. And thanks for your efforts

    • @coding1415
      @coding1415 3 роки тому

      ua-cam.com/video/Us4Mo0HFBlc/v-deo.html C language

    • @prasenjitnayak_
      @prasenjitnayak_ 3 роки тому

      ua-cam.com/video/VNBhtuEfs9U/v-deo.html

  • @Nehavlogs-v7e
    @Nehavlogs-v7e 3 роки тому +15

    Thank you so much for this amazing lecture learn a lot from this and the way you are teaching helps us easy to understand thank you dii and plzz in the upcoming video plz take an example on how to reverse the strings i tried this que on geeks for geeks many time but i am not able to solve plzz didu mention krna . And again thank you for all your efforts ❤️❤️❤️

    • @coding1415
      @coding1415 3 роки тому

      ua-cam.com/video/3vlGsG7P0QE/v-deo.html C language

    • @technubie
      @technubie 3 роки тому

      Hi 👋

    • @prasenjitnayak_
      @prasenjitnayak_ 3 роки тому

      ua-cam.com/video/VNBhtuEfs9U/v-deo.html

    • @divyanshkumar5053
      @divyanshkumar5053 3 роки тому +1

      Rahul kaisa hai

    • @pawanghodekar1148
      @pawanghodekar1148 2 роки тому +2

      // reverse string
      {
      String s="johnson";
      System.out.println(s);
      for(int i=s.length()-1;i>=0;i--){
      System.out.print(s.charAt(i));

  • @ismailhossain4730
    @ismailhossain4730 3 роки тому +7

    Love from 🇧🇩, its very helpful like me who electrical graduate but want to switch to the software field.

  • @FlamingBoom
    @FlamingBoom 3 місяці тому +1

    Being a icse student this video is extremely helpful although its for college

  • @shashi8170
    @shashi8170 2 роки тому +8

    You r really amazing mam..u r too good to give us command in java..thanks mam

  • @amandhania676
    @amandhania676 3 роки тому +4

    You are the great sis.. Because u change my life. Because I am a student of non - computer. But from u I find it easiest... 🥰🥰Thank u sis..

    • @ruturajjadhav8905
      @ruturajjadhav8905 3 роки тому

      Didn't she leave the channel?

    • @DarkGourmand
      @DarkGourmand 3 роки тому

      @@ruturajjadhav8905 bhai itne bewakoof kaise ho?
      Didi ne kab keh diya unhone channel leave kardiya?

    • @coding1415
      @coding1415 3 роки тому

      ua-cam.com/video/Us4Mo0HFBlc/v-deo.html C language

  • @Animesh_Dinda_ISRO_Dream
    @Animesh_Dinda_ISRO_Dream Рік тому +1

    13:51 we can use . equals() function too

  • @ssingh7317
    @ssingh7317 3 роки тому +15

    Thank you so much for your time to educate us.

    • @coding1415
      @coding1415 3 роки тому

      ua-cam.com/video/3vlGsG7P0QE/v-deo.html C language

    • @prasenjitnayak_
      @prasenjitnayak_ 3 роки тому

      ua-cam.com/video/VNBhtuEfs9U/v-deo.html

  • @techabhi5724
    @techabhi5724 3 роки тому +3

    I enjoyed this course.

    • @coding1415
      @coding1415 3 роки тому

      ua-cam.com/video/Us4Mo0HFBlc/v-deo.html C language

  • @Cashcompass789
    @Cashcompass789 6 місяців тому +13

    Who are watching this class in 2024 😅😅😅

  • @prathmeshsingh9699
    @prathmeshsingh9699 2 роки тому +7

    Thank you so much madam for providing such quality content for free

  • @singhhansy
    @singhhansy 3 роки тому

    This girl is building my future 🤩🤩

  • @dhruvdornal803
    @dhruvdornal803 3 роки тому +37

    at 7:08 we can even simply use the concat method , for example :
    import java.util.Scanner;
    class concats {
    public static void main(String[] args) {
    Scanner sc = new Scanner(System.in);
    System.out.println("Enter name1: ");
    String name1 = sc.next();
    System.out.println("Enter name2: ");
    String name2 = sc.next();
    System.out.println(name1.concat(name2));
    }
    }
    :)

  • @littlestar4201
    @littlestar4201 3 роки тому +1

    Sister Kindly ap Php py videos bnao ... beginner to advance level... because your method of teaching is outclass

  • @aashishvishwakarma565
    @aashishvishwakarma565 3 роки тому +4

    BTech plain or BTech with artificial intelligence and machine learning me best kya hai ...? Please reply 👀

  • @itscrazy3326
    @itscrazy3326 3 роки тому

    Hi brothers and Sisters of India❤️.. i am from Bangladesh ..O my God it’s free.. love you This Channel all numbers ❤️ and Special love You my Dear Didi❤️...

  • @mohdrehmanansari6728
    @mohdrehmanansari6728 3 роки тому +2

    Thanks a lot for this didi🙂

  • @Md_kaif1
    @Md_kaif1 2 роки тому +10

    Mam i am watching your videos regularly. in the starting you were using animations for better understanding and in these videos the animation is very less so I request you please put animates for our better understanding.

  • @LearnWithNeeraj2000
    @LearnWithNeeraj2000 3 роки тому

    You are the best didi . aapke video ka roj wait karta hu . aap bahut achha sikhate ho

    • @coding1415
      @coding1415 3 роки тому

      ua-cam.com/video/3vlGsG7P0QE/v-deo.html C language

  • @abhaybindal4512
    @abhaybindal4512 3 роки тому +5

    From now only u r going to teach all the tutorial including c++ placement course or c++ placement course is exceptional ?
    And I m just asking, i really like the way u explain the topic like aman bhaiya in simple words. 👍🔥❤️

    • @coding1415
      @coding1415 3 роки тому

      ua-cam.com/video/Xg0BlsBC8eM/v-deo.html C language

    • @prasenjitnayak_
      @prasenjitnayak_ 3 роки тому

      ua-cam.com/video/VNBhtuEfs9U/v-deo.html

  • @krishlalwani5607
    @krishlalwani5607 3 роки тому +1

    Great di ... love you di ..😍💗

    • @coding1415
      @coding1415 3 роки тому

      ua-cam.com/video/3vlGsG7P0QE/v-deo.html C language

  • @hare_k
    @hare_k 2 роки тому +12

    Thank you u didi .I did strings in my 10 th standard even though i can understand each and every bit of the lecture .Your lecture was extremely clear just loved it .

    • @shauryajha-wd1qi
      @shauryajha-wd1qi 10 місяців тому +2

      10 icse?

    • @PrinjalAdhikary
      @PrinjalAdhikary 8 місяців тому

      @@shauryajha-wd1qi ofc , why they don't teach you java in other boards?

    • @shauryajha-wd1qi
      @shauryajha-wd1qi 8 місяців тому

      @@PrinjalAdhikary idk even i learned java in 10 th

  • @Rieshu-s1m
    @Rieshu-s1m 11 місяців тому

    #Apna College &shradda didi rocks

  • @bhawanaagrahari11
    @bhawanaagrahari11 3 роки тому

    Didi finally u are back I am just happy 😊😊

    • @coding1415
      @coding1415 3 роки тому

      ua-cam.com/video/J9I21wFkv-0/v-deo.html C language

  • @invisible2795
    @invisible2795 3 роки тому +1

    Thank you so much ma'am love you ❣️💖 💞

  • @Ajinkya_Chirde_07
    @Ajinkya_Chirde_07 Рік тому +1

    make videos on advance java
    best explanation didi👍

  • @Rishabh_Dayal4444
    @Rishabh_Dayal4444 3 роки тому

    didi bus aise hi sarra java pada do sacchi dil sse kahu to u r very friendly teacher

  • @Mr.Shilpakar
    @Mr.Shilpakar Рік тому +3

    Everything is temporary but Tony Stark is Permanent! 😂😂😂🤣🤣🤣 but Great Course on JAVA........!

  • @vishalpawar60
    @vishalpawar60 3 роки тому

    Bohot time ke bad java ka lecture aya hai muze laga ki ab nahi ayega kabhi
    lekin aa gaya😁😁

  • @ITLIFE-j6d
    @ITLIFE-j6d 27 днів тому

    Wow great teacher

  • @siddhantghadge2509
    @siddhantghadge2509 Рік тому

    Please, make lecture series on advance java including database connection, servlet, JSP, spring IOC, spring MVC, spring boot etc.🙏🙏

  • @sourav5764
    @sourav5764 3 роки тому +1

    Content is very good, and i want more content like that ASAP. By the way who is Tony?

    • @ayush-soni
      @ayush-soni 2 роки тому

      Tony Stark is a fictional character. IRONMAN

  • @pratikshasingh3589
    @pratikshasingh3589 3 роки тому

    Thnkuu so much di kbse wait tha lecture ka.😇

  • @pankajbharad7024
    @pankajbharad7024 2 роки тому +2

    Can you please explain little brief about += operator used in homework examples. Quite confusing, if understood correctly += adding "i" number to the integer. eg. i = 2, then for result += ***.charAt(i).. it means that 2 will be added to previously stored value in "result" which is 1. result =1+2 i.e. 3rd index. I am confused now where is 2nd index then. After 1 we are directly getting 3rd. Definitely code is perfectly correct. just trying to understand logic.

  • @rohitsharma7553
    @rohitsharma7553 3 роки тому

    we can't see the output of code sometime in this video because you zoom it too much.. bdw the way you explain things are so adorable

  • @rekhasrivastava5114
    @rekhasrivastava5114 3 роки тому +2

    Thanks a lot
    For resuming this course
    Want to learn a lot from you didi

    • @coding1415
      @coding1415 3 роки тому

      ua-cam.com/video/Us4Mo0HFBlc/v-deo.html C language

    • @technubie
      @technubie 3 роки тому

      Hi 👋

  • @itsakashchavan6433
    @itsakashchavan6433 3 роки тому

    Didi kab say wait kr next lech ka your are the best Di💯💯

    • @coding1415
      @coding1415 3 роки тому

      ua-cam.com/video/Us4Mo0HFBlc/v-deo.html C language

  • @cloroPlayz
    @cloroPlayz Рік тому

    homework problem 3 ( I have done this way)
    import java.util.*;
    public class string5 {
    public static void main(String args[]){
    Scanner sc = new Scanner(System.in);
    System.out.print("enter your email = ");
    String email = sc.next();
    String username = "";
    System.out.print("your username is = ");
    for( int i =0;i

  • @sanwalasghar1674
    @sanwalasghar1674 Місяць тому

    Amazing mam❤❤

  • @supratimnandi6400
    @supratimnandi6400 4 місяці тому

    2nd homework question was really interesting for me

  • @asheqarf3339
    @asheqarf3339 3 роки тому

    I like your phrase " motamoti "

  • @priyanshupatel4791
    @priyanshupatel4791 3 роки тому +1

    meri ankhe taras gai thi didi is course k next video k liyethank you aur please time pe continue rakhna ab video

    • @coding1415
      @coding1415 3 роки тому

      ua-cam.com/video/3vlGsG7P0QE/v-deo.html C language

  • @minimal_code
    @minimal_code 8 місяців тому +2

    3:20 Bhupendra Jogi

  • @codinglover5251
    @codinglover5251 2 роки тому +2

    your teaching skill is awesome

  • @ChaitanyaSrivastava-e7v
    @ChaitanyaSrivastava-e7v 3 місяці тому

    Tony on topppppp ❤❤😂😂

  • @saurabhmishra-nn5xs
    @saurabhmishra-nn5xs 2 роки тому +1

    Write a Java program to remove "b" and "ac" from a given string.

  • @divyanshkumar5053
    @divyanshkumar5053 3 роки тому +8

    I think quntity of quetions could be more than it would be great, at least 10 questions per topic, otherwise the course is great

  • @TheGlitchyFox
    @TheGlitchyFox 3 роки тому

    I can't tell what she is saying but she's spitting straight facts

  • @akshaytejale6233
    @akshaytejale6233 Рік тому +4

    Thank you so much Ma'am. Its very helpful session.

  • @prachithakur7061
    @prachithakur7061 Рік тому +1

    Di agar each element jo string mein present hai.uski frequency ke lie kya krege????

  • @neehashaik4046
    @neehashaik4046 2 роки тому +3

    Can you please teach us in English.. it would be very helpful for others too who can't able to understand Hindi .

    • @himanshushrirang
      @himanshushrirang 2 роки тому

      No, captions can be given in English, but teaching cannot be done in English because most of the students can understand Hindi.
      By the way where are you from 🤝.... south side??

  • @aryanjain7566
    @aryanjain7566 4 місяці тому +2

    Is coding has good future in upcoming yrs?( Atleast 10 yrs)
    I am going to choose my career next yr so I am worried about it so please answer my question 🙏🙏

    • @bhumitsingh9397
      @bhumitsingh9397 4 місяці тому

      Yes 50 years tak

    • @Fayroll5
      @Fayroll5 2 місяці тому

      bro ab ai ki wajah se pura future hi coding hai

    • @aryanjain7566
      @aryanjain7566 2 місяці тому

      @@Fayroll5 thanks for motivating😇😇

  • @msr6850
    @msr6850 3 роки тому

    Easier faster more grassping and good teacher

    • @coding1415
      @coding1415 3 роки тому

      ua-cam.com/video/Us4Mo0HFBlc/v-deo.html C language

  • @rollinglanes
    @rollinglanes 3 роки тому +7

    Thanks ,these lectures are very easy to understand plz add concept of ADT in upcoming videos. I have searched for it (The difference between ADT and Abstraction ) but i found nothing useful.

  • @user-vh5ks7kv2q
    @user-vh5ks7kv2q 3 роки тому +5

    Didi, please do a video on which is the best career option between MCA and MSc(Mathematics and computing) from iit

  • @ShashankShekhar01
    @ShashankShekhar01 Рік тому +1

    Now I miss Tony much more
    R.I.P. Tony Stark ❤❤❤❤

  • @kidsacademyxorstartupknowl2478
    @kidsacademyxorstartupknowl2478 2 роки тому

    Good Lecture Mam.

  • @optimusprime5787
    @optimusprime5787 3 роки тому

    Happy to see you again

    • @coding1415
      @coding1415 3 роки тому

      ua-cam.com/video/Xg0BlsBC8eM/v-deo.html C language

  • @ShivamGupta-xw6gh
    @ShivamGupta-xw6gh 3 роки тому

    Please jaldi jaldi pura course complete kro🙏🙏🙏🙏

  • @shekharsrivastava8184
    @shekharsrivastava8184 3 роки тому

    Didi Welcome back

    • @coding1415
      @coding1415 3 роки тому

      ua-cam.com/video/Xg0BlsBC8eM/v-deo.html C language

  • @karinakumari3671
    @karinakumari3671 3 роки тому

    Thnxx for being there for us dii❤️😘

    • @coding1415
      @coding1415 3 роки тому

      ua-cam.com/video/3vlGsG7P0QE/v-deo.html C language

  • @shajahanp2447
    @shajahanp2447 2 роки тому +1

    Shraddha didi is obsessed with Tony Stark❤️

  • @devanshusachdev7367
    @devanshusachdev7367 Рік тому +1

    I remember those days when I use to make the comparison mistake for strings. I've done the same mistake like 50-100 times! Now it is saved to my subconscious mind

  • @amansayyad7286
    @amansayyad7286 3 роки тому

    String me bhi Tony. Tony Kakkar ki yad ati hai aur fir muze memes yad aate hai and I loses concentration. String me Aman bhaiya ka nam use kiya karo ❤️❤️👍👍

    • @Peace-re8qt
      @Peace-re8qt 3 роки тому

      ua-cam.com/video/wYJSJn6XfzM/v-deo.html C language

  • @akashsarkar1040
    @akashsarkar1040 Рік тому

    Char a= darun( Bengali word ,men's-beautiful) ur teachings ;
    Char b = mam + a ;
    System.out.println( " b " ) ;
    }
    }

  • @Mr.Bhupesh21
    @Mr.Bhupesh21 3 роки тому +8

    Kya Arts wale technology ke field me ja sakte hai ❓❓❓❓

  • @CoolCircuits
    @CoolCircuits 2 роки тому

    14:53 0 is not important only compareto

  • @_aryanydv
    @_aryanydv 3 роки тому +1

    Thank for giving us

    • @coding1415
      @coding1415 3 роки тому

      ua-cam.com/video/J9I21wFkv-0/v-deo.html C language

  • @manavpatel2905
    @manavpatel2905 3 роки тому +1

    You r the Great Didi
    Very Helpful For All Students

    • @coding1415
      @coding1415 3 роки тому

      ua-cam.com/video/Us4Mo0HFBlc/v-deo.html C language

  • @code_velocity_1
    @code_velocity_1 28 днів тому +2

    shraddha didi ko iron man kuch jyada hi pasand hai lgta

  • @Codingwithamol7
    @Codingwithamol7 4 місяці тому +53

    Who are watching in August 2024❤❤

  • @nakadeshruti2003
    @nakadeshruti2003 Рік тому

    Shallow comparison and deep comparison

  • @nityasrivastava918
    @nityasrivastava918 Рік тому +1

    A hardcore fan of Shradha

  • @vishalpandey5793
    @vishalpandey5793 3 роки тому

    Thank u Aman bhaiya aur shraddha dii for this pls pls dii thoda video jalthi laya kariye pls aaor ek doubt dii Dsa course isamein sikhayege kaya?.aoor kha tha sikhayege pls isaka replay bas kartho na dii pls pls.I LOVE APNA COLLEGE

    • @Peace-re8qt
      @Peace-re8qt 3 роки тому

      ua-cam.com/video/wYJSJn6XfzM/v-deo.html C language

  • @PhantomBrosyt
    @PhantomBrosyt 2 роки тому +2

    Which software are u using to write the programs?

  • @bholanathbagh9995
    @bholanathbagh9995 Рік тому

    Dii aap bahut aacha padati ho school me kuch samaj nahi aata hai 😅😅

  • @Lavinvlog
    @Lavinvlog 3 роки тому +1

    Thanks didi🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻

    • @coding1415
      @coding1415 3 роки тому

      ua-cam.com/video/J9I21wFkv-0/v-deo.html C language

  • @kunalprashant1561
    @kunalprashant1561 3 роки тому

    thanks finally new video came

    • @coding1415
      @coding1415 3 роки тому

      ua-cam.com/video/Xg0BlsBC8eM/v-deo.html C language

  • @kam311
    @kam311 Рік тому

    at 15:09 you didn't miss word "didi" 🥳🥳🥳

  • @ArshBareen
    @ArshBareen Рік тому

    02:07 her fingers... 🤨😵😵‍💫

  • @ABCDEFGH-fz5ju
    @ABCDEFGH-fz5ju Рік тому +1

    Didi ku Tony stark bahut pasand hai shayad
    Waise thank you for the lecture

  • @Mohansingh-wr2hs
    @Mohansingh-wr2hs 4 місяці тому +2

    16:05 😂😂chello not cello

  • @shreyapal6006
    @shreyapal6006 3 роки тому +1

    Please continue this playlist i am waiting for new video