Rules of Variable declaration in Java | Learn Coding

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 พ.ย. 2024

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

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

    Your teaching skills are very well sir, These are all videos very helpful for me, Thank you so much

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

    Thank U so Much sir for making this video which I told you I. Past

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

    sir apne bhut acha samjaye rules thanku so much sir

  • @AamirALI-nf4td
    @AamirALI-nf4td 2 ปีที่แล้ว +1

    Jnb bohat kamal Ka parataa ha

  • @mgngaming9350
    @mgngaming9350 5 หลายเดือนก่อน

    The way he explain 🔥❣️🥵

  • @vickyjais4030
    @vickyjais4030 6 หลายเดือนก่อน

    what is the difference between declaring a variable and defining a variable explain with the help of an example in java?

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

    Thank u sir

  • @only.rana_14
    @only.rana_14 3 ปีที่แล้ว

    Nice

  • @R.MANA..
    @R.MANA.. ปีที่แล้ว

    Event model pr video bnado 🙏🏼

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

    Are these rules only applicable in Java?
    Is the same rule for c and c++ ?

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

      Almost Same

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

      @@LearnCodingOfficial 👍

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

      They are almost same, except $ is not acceptable in C and C++.
      Example: int $a;
      There will be an error.

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

    Please give me the answer!
    Write about the type of variables with example. (And rules for writing variables.)
    Please, only bracket wala ans chahiye,.. please rply it's urgent

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

      // these four data types are integers
      // what differentiates them is the memory size
      // or the amount of data they can hold
      int miles = 80;
      byte apples = 2;
      short year = 1933;
      long distance = 1938939930;
      // These two data types only store size
      float bacteriaSize = 0.00093884F;
      double computerPrice = 1493.98;
      // this data type stores only true/false
      boolean isLoggedIn = false;
      // this data type only stores a single unicode character
      char grade = 'A';

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

    Ur explaning all very well but previous video prime no beween two numbers u didn't gave dry run it is little difficulty

  • @Adi-mr3fq
    @Adi-mr3fq 3 ปีที่แล้ว

    Bro variable ke bichme $use kr ahakte hai

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

      Haa kr skte ho aditya

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

      @@LearnCodingOfficial but sir u said except underscore we can't use any special symbol.😓

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

      But in java you can also use $ symbol.

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

      @@LearnCodingOfficial OK sir 🙏

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

    Upload more videos

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

      Already uploaded complete core java playlist name is java programming 219 videos have on that playlist

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

    can you please add english subs?

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

      Ask me any Java concept that you are having problems with, and I will try to help you if I can.