OOPs - Java Programming | Ep-14 | Static Keyword | Tamil | code io

Поделиться
HTML-код
  • Опубликовано: 23 ноя 2022
  • Static Keyword in Java OOPs
    Follow us on
    Instagram
    code io - / code.i.o
    Goms - / goms.io
    Siva - / siva.io
    Linkedin
    Code IO - / code-io-tamil-67682b20b
    Goms - / gomathinayagam-avudaik...
    Siva - / sivasubramanian-a-4435...

Комментарии • 10

  • @ashwini6740
    @ashwini6740 6 месяцев назад +1

    great way to understand concepts in codes :) thanks for this!!

  • @banupriyap2219
    @banupriyap2219 Год назад +3

    Actually it's very useful to me. 🤩i saw lots of videos but i can't understand but now I have a clear knowledge about this static keyword❤

    • @codeio
      @codeio  Год назад +3

      Really glad to hear that...😊😊😊

    • @salahudeen6329
      @salahudeen6329 Год назад

      @@codeio 😍

  • @rkanthr6720
    @rkanthr6720 Год назад

    Very nicely explained.

  • @YuvaRaj-ql3qx
    @YuvaRaj-ql3qx 8 месяцев назад

    Bro do videos based on Spring boot its very helpful 🙏🏻

  • @muppudathisathiya6304
    @muppudathisathiya6304 Год назад

    Static method and nonstatic method video potuga bro pls

  • @sathiyas4285
    @sathiyas4285 Год назад

    Hi ga 🦋 enga entha series la basic elam cover panathuku apram ena panuviga

  • @karan-pv7kq
    @karan-pv7kq Год назад

    Bro entha software la coding pandringa

  • @user-wv2gp5nk1d
    @user-wv2gp5nk1d 4 месяца назад

    Bro abstract class ku neenga pota program a naa online compiler la run pannen but it gives some (ERROR!
    javac /tmp/GYeMNXq5GR/Hp.java
    /tmp/GYeMNXq5GR/Hp.java:16: error: non-static variable this cannot be referenced from a static context
    Hp obj =new Hp();
    ^
    /tmp/GYeMNXq5GR/Hp.java:14: error: Illegal static declaration in inner class Computer.AbstractClass
    public static void main(String[] args)
    ^
    modifier 'static' is only allowed in constant variable declarations
    2 errors)