Top 20 solved JAVA operators based MCQS

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ม.ค. 2025

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

  • @MrDeepakekbote
    @MrDeepakekbote ปีที่แล้ว +7

    Question 4:
    int i = 10.0;
    Its incorrect as by default decimal value is double and we're attempting to assign to int type which (higher byte size to lower byte size). Which will give Compile Time error as possible lossy conversion/ possible loss of precision.
    Hence options d is also incorrect.

  • @parameshparamesh-kq1jc
    @parameshparamesh-kq1jc ปีที่แล้ว +4

    8 th question i got possiable lossy conversion from double to long,I think double is higher range not depending on type , class HelloWorld {
    public static void main(String[] args) {
    System.out.println("Hello, World!");
    long a= 10;
    double b=20;
    long c=a+b;
    System.out.println(c);
    }
    }

  • @adityabajpai5618
    @adityabajpai5618 2 ปีที่แล้ว +5

    For Question 18: They are reserved words (for the future use). The true false and null − True, false and null represents certain values in Java, they are used as literals. They are not considered as keywords

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

    I am gona share this to my friends who is preparing for the interviews.

  • @hemzlifts
    @hemzlifts 2 หลายเดือนก่อน +1

    13 is Compilation error since we didn't end the initialization of variables with ; and S in system is not Capitalized.

  • @kadereklou6132
    @kadereklou6132 10 หลายเดือนก่อน +2

    Q4, option d) is not correct also because 10.0 is double and not int so , response are b) and d)

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

    #keepgoing

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

    Great content. Keep it up.

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

    Thanks, you know! 😆

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

    Q.16 smile😁😁😁😍😍

  • @sovickmajee5209
    @sovickmajee5209 11 หลายเดือนก่อน +1

    Q:8---Falae

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

    thank you again

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

    Q8) is wrong! Type mismatch: cannot convert from double to long
    Q18) also wrong !! true and false are not keywords in java.
    please check

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

    18 answer is wrong

  • @ARUNSINGH-lo7jx
    @ARUNSINGH-lo7jx 3 ปีที่แล้ว +1

    D

  • @ARUNSINGH-lo7jx
    @ARUNSINGH-lo7jx 3 ปีที่แล้ว +1

    A

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

    Q. 4 float a=10; also wrong, correct is float a=(10)f;

    • @kadereklou6132
      @kadereklou6132 10 หลายเดือนก่อน

      float a=10; is correct but float a=10.0 must be incorrect;

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

    55 more subscribers needed to earn money from this channel.