Java (Basic) Certification | Hackerrank Certifications

แชร์
ฝัง

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

  • @kabir.singh07
    @kabir.singh07 8 หลายเดือนก่อน +4

    Happy to help 😊!!
    How will you Compare?
    Solution:-
    class Comparator {
    boolean compare(int a, int b) {
    return a == b;
    }
    boolean compare(String a, String b) {
    return a.compareTo(b) == 0;
    }
    boolean compare(int[] a, int[] b) {
    if (a.length != b.length) {
    return false;
    }
    for (int i = 0; i < a.length; i++) {
    if (a[i] != b[i]) {
    return false;
    }
    }
    return true;
    }

  • @prakashkumar-zk5ce
    @prakashkumar-zk5ce 3 ปีที่แล้ว

    thanks it is help us.

  • @tonyriddle7646
    @tonyriddle7646 3 ปีที่แล้ว

    does the question repeats??

  • @ujwala4559
    @ujwala4559 3 ปีที่แล้ว

    Does the questions repeat?

  • @croxzoxcreation2555
    @croxzoxcreation2555 3 ปีที่แล้ว

    Sir same question repeat hta hai?

  • @sumankumari7643
    @sumankumari7643 2 ปีที่แล้ว +6

    Multi sum?? Any one knows

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

    Equals method hai string ke lia

  • @neonitin7617
    @neonitin7617 4 ปีที่แล้ว

    s1 s2 ka error aa raha hai

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

    voice is very low

  • @khushiyadav6138
    @khushiyadav6138 3 ปีที่แล้ว

    for many correct answers certificate is given ??

  • @yuvrajbedi1043
    @yuvrajbedi1043 4 ปีที่แล้ว +2

    if we fail first time, after how many exact week we can give the test again??

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

    Thanks for your help. I also received your help in Insidesherpa Internship. What is your linkedin?

    • @dev.19.community
      @dev.19.community  3 ปีที่แล้ว +1

      wait i will send

    • @mehdi179
      @mehdi179 3 ปีที่แล้ว

      @@dev.19.community I am waiting

    • @dev.19.community
      @dev.19.community  3 ปีที่แล้ว +1

      www.linkedin.com/in/mahadev-gopanpalli-4a7476194/

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

    What is your result? Full correct of the test?

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

    Bro make a video on solution of javascript , angular , react and rest API of hacker rank platform as soon as possible

  • @mranonymous7232
    @mranonymous7232 4 ปีที่แล้ว

    I need of JavaScript Solutions please

  • @VinayKumar-jv9dp
    @VinayKumar-jv9dp 3 ปีที่แล้ว +20

    Question : How to compare
    class Comparator{

    boolean compare(int a,int b){
    if(a==b)
    { return true;}
    return false;
    }

    boolean compare(String a,String b){
    if(a.equals(b))
    { return true;}
    return false;
    }

    boolean compare(int[] a,int[] b){
    if(Arrays.equals(a, b))
    return true;

    return false;
    }
    }

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

    13:21 English sudharna hai apun ko

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

    Sir! I need java all Solutions please?

    • @dev.19.community
      @dev.19.community  4 ปีที่แล้ว

      There is my Hackerrank java series follow that

    • @vmaurya_540
      @vmaurya_540 4 ปีที่แล้ว

      @@dev.19.community I also follow java serise sir

  • @lopamudramukherjee6919
    @lopamudramukherjee6919 4 ปีที่แล้ว

    Certificate kitna din mein ata Hain??