Strings | Lecture 12 | Java Placement Series

Поділитися
Вставка
  • Опубліковано 7 жов 2021
  • Notes to the Lecture : docs.google.com/document/d/1Q...
    🔥Java Placement Course : • Introduction to Java L...
    🔥Complete C++ Placement Course (Data Structures+Algorithm) : • C++ Full Course | C++...
    🔥Telegram: t.me/apnikakshaofficial
    🔥Instagram: / dhattarwalaman
    My UA-cam Gear 😉: docs.google.com/document/d/1p...
    Notes of this Lecture:

КОМЕНТАРІ • 593

  • @mohitdiwate1008
    @mohitdiwate1008 2 роки тому +85

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

  • @shashi8170
    @shashi8170 Рік тому +8

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

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

    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.

  • @pratibharajput3162
    @pratibharajput3162 2 роки тому +248

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

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

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

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

      Yes

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

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

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

      Gentle request

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

      Nahi karegi
      Bahut bhau hai iske
      😆🤣

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

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

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

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

  • @prathmeshsingh9699
    @prathmeshsingh9699 Рік тому +7

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

  • @Pianomite
    @Pianomite 2 роки тому +100

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

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

      Haha nice one

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

      @@ayushtiwari9376 😁✌

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

      So creative 👍👍👍

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

      Join telegram. Group for discussion regarding previous lectures and some additional questions just for duscussion

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

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

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

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

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

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

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

    Thank you so much for your time to educate us.

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

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

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

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

  • @crix_fun
    @crix_fun 11 місяців тому +8

    Tony stark be like : Jalwa hai hamara yaha 🔥😂

  • @rollinglanes
    @rollinglanes 2 роки тому +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.

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

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

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

    Plz keep uploading videos it was really helpful thank u so much dii❤

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

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

  • @abhijeetkundu3597
    @abhijeetkundu3597 Рік тому +6

    thank you ma'am this course is really helpful

  • @Neha-bo7gp
    @Neha-bo7gp 2 роки тому +14

    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 2 роки тому

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

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

      Hi 👋

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

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

    • @divyanshkumar5053
      @divyanshkumar5053 2 роки тому +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));

  • @nitishbansal8334
    @nitishbansal8334 2 роки тому +36

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

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

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

  • @hare_k
    @hare_k Рік тому +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 5 місяців тому +2

      10 icse?

    • @PrinjalAdhikary
      @PrinjalAdhikary 3 місяці тому

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

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

      @@PrinjalAdhikary idk even i learned java in 10 th

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

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

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

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

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

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

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

    Didi finally u are back I am just happy 😊😊

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

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

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

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

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

    Thanks a lot for this didi🙂

  • @pankajbharad7024
    @pankajbharad7024 Рік тому +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.

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

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

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

    Java difficult but you make easy
    Lecture 12🙏

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

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

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

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

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

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

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

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

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

      Hi 👋

  • @siddhantghadge2509
    @siddhantghadge2509 7 місяців тому

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

  • @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

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

    I enjoyed this course.

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

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

  • @abhaybindal4512
    @abhaybindal4512 2 роки тому +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 2 роки тому

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

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

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

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

    Thnkuu so much di kbse wait tha lecture ka.😇

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

    This girl is building my future 🤩🤩

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

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

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

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

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

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

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

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

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

    Please continue this playlist i am waiting for new video

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

    Very effective way of teaching.

  • @siddheshsakpal5798
    @siddheshsakpal5798 Рік тому +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);

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

    Thnxx for being there for us dii❤️😘

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

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

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

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

  • @pwian2362
    @pwian2362 Місяць тому +1

    matrix waala samajh nahi aayA pichle waali video k homework notes mein.....

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

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

  • @PhantomBrosyt
    @PhantomBrosyt Рік тому +2

    Which software are u using to write the programs?

  • @sourav5764
    @sourav5764 2 роки тому +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

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

    Didi, please continue this course

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

    make videos on advance java
    best explanation didi👍

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

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

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

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

  • @amandhania676
    @amandhania676 2 роки тому +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 2 роки тому

      Didn't she leave the channel?

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

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

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

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

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

    Didi , from which platform can i do java coding questions practice.please reply didi
    because i could not findout.

  • @divyanshkumar5053
    @divyanshkumar5053 2 роки тому +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

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

    Impressive Yar , What a way to explain

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

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

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

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

  • @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.

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

    Happy to see you again

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

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

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

    please continue this series

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

    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

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

    Mam Please make detailed video in carrier options of (AI) in india

  • @supratimnandi6400
    @supratimnandi6400 Годину тому

    2nd homework question was really interesting for me

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

    your teaching skill is awesome

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

    please bring the oops concepts as soon as possible.....

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

    Good Lecture Mam.

  • @pushpendra10001
    @pushpendra10001 10 місяців тому

    Which software ma'am using for teaching? For code vs code and for teaching with pen ?

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

    Didi isme jo compare hota hai strings ka vo characters ke ASCII value ke base pe hota hai ya Unicode value ke base pe ???

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

    Please zoom the code in vs code. Use ctrl +

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

    Thank a lot didi ❤️

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

    Thanks a lot, really helping me a lot😊

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

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

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

    Waiting for next lecture 😊

  • @latest_meme
    @latest_meme Місяць тому +7

    Who is watching in 2nd year

  • @techyfame
    @techyfame 2 роки тому +5

    First

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

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

  • @rajandubey7332
    @rajandubey7332 10 місяців тому +1

    Can u please share a video on overloading series in java

  • @Ayesha-20
    @Ayesha-20 11 місяців тому +1

    What a great lecture...🙂

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

    thanks finally new video came

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

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

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

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

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

    means by args.can we replace args to other word...it is program error or not at compile time..

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

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

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

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

  • @Harsh28755
    @Harsh28755 2 місяці тому +9

    Who are watching this class in 2024 😅😅😅

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

    You r the Great Didi
    Very Helpful For All Students

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

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

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

    Continue this series di please

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

    Thank you💕

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

    Second support for Didi🙏🙏🙏🙏

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

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

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

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

  • @dhruvdornal803
    @dhruvdornal803 2 роки тому +32

    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));
    }
    }
    :)

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

    Thank for giving us

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

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

  • @phanindrakumar5779
    @phanindrakumar5779 Рік тому +2

    Is there any these videos in English

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

    Why haven't we used .equals() to compare them?

  • @kiranpal1828
    @kiranpal1828 Рік тому +3

    Madam if someone has completed your complete course and well versed with all you taught in these video
    Then what would be steps to get placement process kindly inform me about
    Many many thanks for your whole team especially for you
    Kindly inform me i'll be waiting for your response

  • @hiteshsharma9192
    @hiteshsharma9192 6 місяців тому

    Instead of compare to. We can use equals method ?

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

    Mam will you please make the project on syllabus management system

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

    Easier faster more grassping and good teacher

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

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

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

    1:15 Koi Itna Relatable Kese Ho sakta he😱

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

    Done done mam you're doing so good
    You need an applause

  • @SumitDas-yl7hr
    @SumitDas-yl7hr 2 роки тому

    Mam please make a course of mathematics of machines learning

  • @AayushKawale
    @AayushKawale 8 місяців тому +1

    thanks for teaching so understandable ☺❤

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

    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❤️...

  • @STAR-wn5yx
    @STAR-wn5yx 2 роки тому +1

    Fantastic lecture.....wow....

  • @priyanshupatel4791
    @priyanshupatel4791 2 роки тому +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 2 роки тому

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

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

    Bahut wait krna pda didi👌🏻🙏

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

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