Top 5 Java Strings Interview Questions | Core Java Tutorial |Rahul Shetty

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 เม.ย. 2020
  • From this Video, You will Understand below Important Concepts of Strings
    Why Strings are Immutable in Java?
    How memory is allocated to String literal and String class object?
    When to use == and equals() methods to compare Strings
    Importance of String Builder and String Buffer classes and their Differences
    Program in making the string mutable with String Buffer
    ******************************************************************************
    Get your FREE copy of core java tutorials from RahulShettyAcademy.com or Just click below link
    courses.rahulshettyacademy.co...

ความคิดเห็น • 7

  • @mohitbaluja7158
    @mohitbaluja7158 ปีที่แล้ว

    Thank You so much Rahul for this clear cut explanation. ❤

  • @aishanabidan7259
    @aishanabidan7259 3 ปีที่แล้ว +6

    line 8 --> immutable

  • @madandulal4264
    @madandulal4264 ปีที่แล้ว

    Thanks for posting this kind of videos, it’s helped a lot.

  • @sivashankari.p
    @sivashankari.p 11 หลายเดือนก่อน

    Thank u so much for this video sir.. It really helped in my interviews..

  • @socialrights9979
    @socialrights9979 2 ปีที่แล้ว

    Good.

  • @sureshsubramaniyan3201
    @sureshsubramaniyan3201 2 ปีที่แล้ว

    Thanks for the video and need one clarification based on above video ( Video : 13 to 16 min ) , If we want to run our test cases in parallel then need to use String Builder ( it is not thread safe and not synchronized ) or String Buffer. hope we can use string builder instead of string buffer for parallel exe. Please Confirm.

    • @venkateshgalla3925
      @venkateshgalla3925 2 ปีที่แล้ว

      Use StringBuffer for Concurrent/Parallel execution of tests.. 😊