this keyword in Java in Telugu || Kotha Abhishek

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

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

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

    Wow what an explanation in our mother tongue . Simply superb bro . Keep rocking bro....

  • @vasu00149
    @vasu00149 4 หลายเดือนก่อน

    Nice Explanation,
    Each and Every video soo... useful,
    Thankyou Bro

  • @virat4950
    @virat4950 ปีที่แล้ว

    I saw about this many videos
    But no one gave me clarity
    Coming to your video really the way you explained was awesome 👍👍👍👍

  • @yarraraviteja9652
    @yarraraviteja9652 4 หลายเดือนก่อน +1

    Detailed and very good explanation bro

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

    man you are awesome,,,,,, really appreciate your effort in explaining.... thank you so much.... keep up the good work

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

    Superb Explanation bro..
    Ur superb ❤️❤️🔥🔥

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

    super explanation bro tq for this type of explanation,easy to understand.....tq bro

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

    Super ga chepparu sir chala clear ga chepparu artham ayindhi

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

    Your explanation is very excellent bro .

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

    Vere level explanation bruhhh ....

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

    Chala baga chesaru very well done.

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

    Champesevu super super Superb 💐

  • @saivishwanath2809
    @saivishwanath2809 9 หลายเดือนก่อน

    bayya thank you bayya chaala detailed ga chepparu

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

    super explanation anna....nijam ga really great thanku for sharing ma frds andariki share chesanu subscribe cheskunaru kuda very thanks annaa

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

    Super Boss....I dunno Java and I am learning Salesforce Apex...Java = Apex except Main method vundadhu....Concepts lo doubt vasthe....Mee videoseee reference....Thanks...a lot.

  • @boyaadibabu3973
    @boyaadibabu3973 ปีที่แล้ว

    Excellent explanation Anna . thank you very much anna

  • @Dheeraj-ji9kl
    @Dheeraj-ji9kl 2 หลายเดือนก่อน

    Fabulous explanation sir

  • @narasimhulu
    @narasimhulu ปีที่แล้ว

    Super explain sir ,really nice

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

    super bro nice u have well lecture skills

  • @Dheeraj-ji9kl
    @Dheeraj-ji9kl 9 หลายเดือนก่อน

    Thankyou sir beautiful explanation

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

    Super bro nice keep on

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

    nice explanation bro keep doing more videos

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

    This keyword- corrext a na bro below code
    public class MyClass {
    int x;
    MyClass(int x){
    this.x=x;
    System.out.println(x);
    }
    public static void main(String args[]){
    MyClass cl= new MyClass(5);
    }
    }

  • @meghanadasari-yw9ci
    @meghanadasari-yw9ci 3 ปีที่แล้ว +1

    Nice explanation tq sir

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

    Inheritance, polymorphism , encapsulation meeda videos cheyi anna with u r program examples

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

    Thanks for information Sir...

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

    Sir if u don't mine
    Nenu send chesey syllabus topics cover cheyandi plzz
    Almost some topics cover ayayi remaining
    UNIT I Introduction
    Introduction to Object Oriented Programming, The History and Evolution of Java, Introduction to Classes,
    Objects, Methods, Constructors, this keyword, Garbage Collection, Data Types, Variables, Type
    Conversion and Casting, Arrays, Operators, Control Statements, Method Overloading, Constructor
    Overloading, Parameter Passing, Recursion, String Class and String handling methods
    UNIT II Inheritance, Packages, Interfaces
    Inheritance: Basics, Using Super, Creating Multilevel hierarchy, Method overriding, Dynamic Method
    Dispatch, Using Abstract classes, Using final with inheritance, Object class,
    Packages: Basics, Finding packages and CLASSPATH, Access Protection, Importing packages.
    Interfaces: Definition, Implementing Interfaces, Extending Interfaces, Nested Interfaces, Applying
    Interfaces, Variables in Interfaces.
    UNIT III Exception handling, Stream based I/O
    Exception handling - Fundamentals, Exception types, Uncaught exceptions, using try and catch, multiple
    catch clauses, nested try statements, throw, throws and finally, built-in exceptions, creating own exception
    subclasses.
    Stream based I/O (java.io) - The Stream Classes-Byte streams and Character streams, Reading console
    Input and Writing Console Output, File class, Reading and Writing Files, Random access file operations,
    The Console class, Serialization, Enumerations, Autoboxing, Generics.
    UNIT IV Multithreading, The Collections Framework
    Multithreading: The Java thread model, creating threads, Thread priorities, Synchronizing threads,
    Interthread communication.
    The Collections Framework (java.util): Collections overview, Collection Interfaces, The Collectionclasses￾Array List, Linked List, Hash Set, Tree Set, Priority Queue, Array Deque. Hashtable, Properties, Stack,
    Vector, String Tokenizer, Bit Set, Date, Calendar, Random, Formatter, Scanner.
    UNIT V Applet, GUI Programming with Swings, Accessing Databases with JDBC
    Applet: Basics, Architecture, Applet Skeleton, requesting repainting, using the status window, passing
    parameters to applets
    GUI Programming with Swings - The origin and design philosophy of swing, components and containers,
    layout managers, event handling, using a push button, jtextfield, jlabel and image icon, the swing buttons,
    jtext field, jscrollpane, jlist, jcombobox, trees, jtable, An overview of jmenubar, jmenu and jmenuitem, creating a main menu, show message dialog, show confirmdialog, show input dialog, show option dialog,
    jdialog, create a modeless dialog.
    Accessing Databases with JDBC:
    Types of Drivers, JDBC Architecture, JDBC classes and Interfaces, Basic steps in developing JDBC
    applications, Creating a new database and table with JDBC

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

    Nice Explanation Bro

    • @KOTHAABHISHEK
      @KOTHAABHISHEK  6 ปีที่แล้ว

      tq bro

    • @saumyojitdas4212
      @saumyojitdas4212 5 ปีที่แล้ว

      @@KOTHAABHISHEK
      when do we use this as a method parameter??
      class Test
      {
      int a;
      int b;

      // Default constructor
      Test()
      {
      a = 10;
      b = 20;
      }

      void display(Test obj)
      {
      System.out.println("a = " + a + " b = " + b);
      }

      void get()
      {
      display(this);
      }

      public static void main(String[] args)
      {
      Test object = new Test();
      object.get();
      }
      }

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

    Dear sir, really u r doing a great job. your concepts and the way of explanation is very useful to beginners. i have one doubt, This keyword and Data shadowing Both concepts are equal or different... will you please give reply?

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

    It is better to use eclipse IDE type of applications for explanation.
    These wiil help in instant errors.
    Viewers can easily understand .
    Once try it bro...

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

      Ha ha ha
      Tq for suggestion
      But i know about all IDE's bro
      Nene kavali ani text editor lo explain chesthunna
      Manam mistakes chesthene future lo malli alanti mistakes cheyakunda untamu ani na opinion
      Anyhow konni videos lo IDE use chesi kuda explain chesanu

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

    16:27 ee doubt naku vachindi anna😂😂

  • @Sai-h1y
    @Sai-h1y 6 ปีที่แล้ว +2

    Excellent anna

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

    Super sir 👌💪

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

    Good explanation

  • @Dheeraj-ji9kl
    @Dheeraj-ji9kl 2 หลายเดือนก่อน

    Thankyou so much sir

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

    Superb bro..please explain anonymous class and inner class

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

      inner classes cheppanu anukunta bro
      Okasari search chesi chudandi

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

      @@KOTHAABHISHEK ok bro unaii...

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

    super brooo ,i love you broo

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

    nice explaintion

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

    Super bro thanks

  • @User1-f8h
    @User1-f8h ปีที่แล้ว +1

    Super bro

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

    Thank you boss

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

    Sir python through data structure medha videos cheyandi plz

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

    Thanks sir.

  • @rasingstar2701
    @rasingstar2701 5 ปีที่แล้ว

    Very nice sir

  • @ryakalamounika4578
    @ryakalamounika4578 ปีที่แล้ว

    Wah👏♥️

  • @Dheeraj-ji9kl
    @Dheeraj-ji9kl 9 หลายเดือนก่อน

    Thankyou sir

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

    Super video

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

    This is an implicit object x=xpassing 10 denikipoyena 10 ne ga instances lo store ayena store avakapoyena emindi

    • @KOTHAABHISHEK
      @KOTHAABHISHEK  6 ปีที่แล้ว

      search as KOTHA ABHISHEK JAVA and follow the playlist you will find each and every topic orderwise then you will understand easily

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

      @@KOTHAABHISHEK ooolp

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

    Tq bro love you bro

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

    Super

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

    Bro , can u Please share notes that u r explaining in the videos .Please

    • @KOTHAABHISHEK
      @KOTHAABHISHEK  5 ปีที่แล้ว

      sorry i don't have any material

  • @saumyojitdas4212
    @saumyojitdas4212 5 ปีที่แล้ว

    class Test
    {
    int a;
    int b;
    Test()
    {
    a = 10;
    b = 20;
    }
    //Method that returns current class instance
    Test get()
    {
    return this;
    }

    void display()
    {
    System.out.println("a = " + a + " b = " + b);
    }
    public static void main(String[] args)
    {
    Test object = new Test();
    object.get().display();
    }
    }
    What is the get() function doing?

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

    abstraction and encapsulation kuda upload chay anna

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

      Encapsulation ki em undadhu bro
      Just adi oka name anthe
      Abstract interface packages exception handling upload cheyadaniki try chestha tvaralo

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

      KOTHA ABHISHEK ok bro

  • @Persis-2005
    @Persis-2005 ปีที่แล้ว

    Thank you so much Anna 🤝🤝🤝

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

    SUPPER BRO

  • @vineethtangudu9242
    @vineethtangudu9242 5 ปีที่แล้ว

    Global Variable Kosam Video Petava Bro Please.

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

    Sir which language is better to learn oops concepts ( python r java)?

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

      Which is better ani em ledu bro
      Edi aina OK
      But nenu aithe mana channel lo java complete ga upload chesa
      But Python upload cheyaledu

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

      @@KOTHAABHISHEK thnks bro

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

    private String name;
    public static Integer dogCount = 0;
    public Dog()
    {
    dogCount++;
    }
    public Dog(String name)
    {
    this();
    this.name = name;
    }
    Here what is the meaning of this()

    • @KOTHAABHISHEK
      @KOTHAABHISHEK  6 ปีที่แล้ว

      Manam create chesina variable name and parameter name same kabatti this use chesthunnam

    • @VYAS4321
      @VYAS4321 6 ปีที่แล้ว

      Ante...we have gone through this.instance variable name. and here we have this(). so, when it say () where the control goes ...can you please explain

    • @KOTHAABHISHEK
      @KOTHAABHISHEK  6 ปีที่แล้ว

      This ane method ni call chesthunnaru anukunta

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

    Instance variables eppudu pilustam local variable Appudu pilustam

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

    Chanti gadu local....
    Local variable gadike power ekkuva 😂😂

  • @rameshreddy9490
    @rameshreddy9490 5 ปีที่แล้ว

    Hi Bro, i have a doubt on this keyword concept, i.e we declared one instance variable and now please tell me that value we can use or not at the same time in constructor and method.

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

    Sir you didn't give instance method example by using This keyword.please upload for instance method

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

      each and everything nene explain cheyali ante ela bro
      meeru em chestharu

  • @pavanrocky1799
    @pavanrocky1799 5 ปีที่แล้ว

    Tq anna

  • @Bsvsai-zj1uy
    @Bsvsai-zj1uy ปีที่แล้ว

    Bro last lo public static void main akkada nundi em explanation ledhu anri bro

    • @KOTHAABHISHEK
      @KOTHAABHISHEK  ปีที่แล้ว

      Same code rasi unte malli malli explain cheyalemu kadha bro

  • @35prasaduyadav26
    @35prasaduyadav26 ปีที่แล้ว

    Inka depth cheppandi bro concept

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

    Anna ksdhu this Ni Inka methods Ni call chaytaniki kuda use chayatchukads

  • @shaiksardar5169
    @shaiksardar5169 5 ปีที่แล้ว

    Bro global variable & instance variable both are same aa?

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

      Java lang lo global variables undavu
      But kondaru instance variables ni global ani pilustharu

    • @shaiksardar5169
      @shaiksardar5169 5 ปีที่แล้ว

      @@KOTHAABHISHEK k thanks bro

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

    One Instance class lo multiple local class create chiyalemaha bro? nennu create chisuthuntiya error vasuthundhi please provide solution Bro...! please find below Example program.
    Example:
    public class Classess {
    //Instance class
    int i =10;

    void display () {
    int i=50;
    // First local class
    System.out.println("this is value is "+ this.i+ " "+this.i);

    void data() {

    //second local class
    }
    }

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

      what do you mean by local class
      meeru create chesindi method
      why are you calling it as class

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

      @@KOTHAABHISHEK Sry..... Single Instance method lo multiple local methods ni create chiyachaa ?

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

      first of all oka method lo inkoka method ni create cheyalemu

  • @sharmilakunchala3079
    @sharmilakunchala3079 ปีที่แล้ว

    If we have an another instance variable

    • @KOTHAABHISHEK
      @KOTHAABHISHEK  ปีที่แล้ว

      Same name aithe 2 variables ki ivvamu in same place
      I mean 2 instance variables ki same name ivvakudadhu

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

    project cheppu bro

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

    In middle is there need for writing method

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

      nv focus cheyallsindi method ni endhuku create chesaru ani kadhu
      this keyword ni endhuku ekkada ela use cheyyali ani
      for example alanti situation vachinapudu ela call chesthamu ani explain chesanu

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

      System.out.println main method degara ivachaa

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

      ekkadi nundi aina use cheyochu but daniki konni rules untayi
      next classes lo detailed ga thelusukuntavu
      so orderwise follow avvandi k na

    • @saumyojitdas4212
      @saumyojitdas4212 5 ปีที่แล้ว

      @@KOTHAABHISHEK
      what get() method is doing??
      class Test
      {
      int a;
      int b;
      //Default constructor
      Test()
      {
      a = 10;
      b = 20;
      }
      //Method that returns current class instance
      Test get()
      {
      return this;
      }
      //Displaying value of variables a and b
      void display()
      {
      System.out.println("a = " + a + " b = " + b);
      }
      public static void main(String[] args)
      {
      Test object = new Test();
      object.get().display();
      }
      }

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

    Super explanation bro

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

    Nice explanation bro