Equality of Two Strings in Java | Equals | EqualsIgnoreCase | In Hindi

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ก.ย. 2024
  • Equality of Two Strings in Java | Equals | EqualsIgnoreCase | In Hindi | Tutorial#82
    Donate/Support CODEITUP
    Paytm: 7827328311
    UPI : 7827328311@upi
    Google Pay: anand.ignou.ac.in@okicici
    Hi All, Welcome all of you to the video series of Java Programming. Like C and Python, I will upload all the videos of Java from Basic to Advanced.
    In this video, I have explained the program to check whether the string is equal or not.
    Link to Previous Video: • Palindrome String Prog...
    Link to next video: • CompareTo Function in ...
    Facebook Group: / 21673. .
    Instagram: / codeitupyt Facebook Group:
    www.facebook.c... Facebook Page:
    / codeitup-104310264625489
    Website: codeitup.in
    Join this channel to get access to perks: / @codeitup
    Tags Used:
    equals
    equalsignorecase
    equality of two strings in java
    java methods
    java string methods
    string methods in java
    string questions in java
    string in java
    equals method in java
    java equals method tutorial
    equals method
    what is equals in java
    equals method in java
    equals method in java object class
    java equals example
    equals method in java example
    codeitup
    @CBSE
    @CBSE INDIA
    @Unacademy CBSE Science 11 & 12
    @CBSE Udaan XI
    @Ncert Solutions CBSE ncerthelp.com ​
    #codeitup
    #java
    #string

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

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

    sir you always come with a happy face and feel us the code in every language . thanks sir for
    everything.

    • @codeitup
      @codeitup  ปีที่แล้ว +1

      Always welcome😊

  • @tusharingale3844
    @tusharingale3844 2 ปีที่แล้ว +1

    you are best sir

  • @sidharthpattanayak1066
    @sidharthpattanayak1066 3 ปีที่แล้ว +1

    System.out.println(str1==str2);
    Can I use this instead of .equals ?

    • @codeitup
      @codeitup  3 ปีที่แล้ว +1

      No, it's not allowed in string Sidharth !