StringBuffer and StringBuilder in Java

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

КОМЕНТАРІ • 45

  • @tlovehater
    @tlovehater 4 роки тому +9

    You absolute GOAT, great teacher.

  • @vladanulardzic5859
    @vladanulardzic5859 5 років тому +11

    Well done ! Professional and practical ! Helps me a lot ! Keep on ...

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

    Thank You Sir From Pakistan. Always love to take your lectures.

  • @the_laptopgamer7167
    @the_laptopgamer7167 7 років тому +13

    you are really very good at teaching ..

  • @pcpardon
    @pcpardon 7 років тому +5

    Thank you Navin.. great and a simplified explanation..

  • @mohammadinshaulhaque6330
    @mohammadinshaulhaque6330 4 роки тому +11

    Instead of "Manoj " it is much better to have "Binod" ...
    Jokes apart great lecture. Thank you!!

    • @Niko-zl5hn
      @Niko-zl5hn 4 роки тому +2

      what jokes apart...i dont see any reason not to rename it "Binod"

    • @maadhavkoonjul1285
      @maadhavkoonjul1285 4 роки тому

      lol, i see youre a man of culture xD

  • @mr.RAND5584
    @mr.RAND5584 2 роки тому

    Thank you. Using this for multiple bulk mysql update concatinating queries. I also need a loop outside the append. I am avoiding too many connection error in mysql.

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

    Thanks sir....perfect explanation great!

  • @maddukurimanikanta1981
    @maddukurimanikanta1981 5 років тому +1

    it was explained nicely how but would me more better if you explain why we have to use and some use cases

  • @sudharakafernando4391
    @sudharakafernando4391 4 роки тому +1

    Thank you. It really helped me!

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

    Thank God for subtitles.

  • @webapplicationguide3798
    @webapplicationguide3798 5 років тому +1

    Thanks a lot Navin !!

  • @afifkhaja
    @afifkhaja 4 роки тому +1

    Perfect video, thanks!

  • @mohammadh.hamdan7818
    @mohammadh.hamdan7818 Рік тому

    Manoj Reddy Woww!

  • @iigina7981
    @iigina7981 5 років тому +3

    you are amazing!!!!

  • @sadaffatima2076
    @sadaffatima2076 6 років тому

    You r a good teacher..but in this video font size is too small..

  • @All-In-One-3515
    @All-In-One-3515 Рік тому

    Which compiler you use to run Java sir

  • @sagarmeena0210
    @sagarmeena0210 5 років тому +1

    nice tutorial

  • @xiaoyu5181
    @xiaoyu5181 4 роки тому

    Thanks for your sharing.

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

    Super explanation

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

    Thanks sir

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

    Sir, which IDE is better intellij or eclipse

  • @vechalapuganesh
    @vechalapuganesh 7 років тому

    D/f b/w replace() and replaceAll()

  • @ProfessorSauvaje
    @ProfessorSauvaje 4 роки тому

    good job

  • @sherothkar5809
    @sherothkar5809 6 років тому

    append method help to join ?

  • @mithleshtrivedi324
    @mithleshtrivedi324 5 років тому

    What are multi Threads?

    • @hectorflores1176
      @hectorflores1176 5 років тому

      If your computer has more than 1 core you can use multi Threads. That means executing your program with multi Threads will execute faster...

  • @tanmaygandhi7460
    @tanmaygandhi7460 5 років тому

    which platform do you use?

  • @surabhikolekar8632
    @surabhikolekar8632 6 років тому

    str is variable or reference?

    • @Триглав333
      @Триглав333 6 років тому

      It's reference, everything in java is reference exept primitive data types such as int,double etc.Objects are kept in Heap reference's and other variables in stack.Therefore objects cant be contained in variable ,variable can only contain reference id and primitive data types.

  • @ashutoshpatil26
    @ashutoshpatil26 6 років тому

    thanks you sir

  • @surabhikolekar8632
    @surabhikolekar8632 6 років тому

    can u pls upload video of diffrn btwn refernce and object?

    • @Триглав333
      @Триглав333 6 років тому

      Reference is ID of object's location in heap memory. References are contained in variables, and variables exist in stack memory

  • @Ankit-Cloud
    @Ankit-Cloud 6 років тому

    why we use string builder if we want thread safety .

    • @priyamj5134
      @priyamj5134 6 років тому

      ankit patel we go for string builder only incase we want it to be mutable class. It's not thread safe.

  • @deepakshah3108
    @deepakshah3108 5 років тому

    "dd" was together then how it got deleted when you type string.delete(8,10).
    It should be like(8,9)

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

    this is not string buffer and string builder , and waste time

  • @hicham3341
    @hicham3341 7 років тому

    ++++++++++++