Corejava Basics Types of Methods in Java Part -1

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

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

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

    My sincere gratitude to Ratan sir. Most amazing teacher. We dont need any prerequisites to watch your concepts. I tried writing programs so many times but always failed, after listing to your videos its a cake walk for me sir. Bow bend for your talent and mesmerizing teaching skills.

  • @rahulbind6986
    @rahulbind6986 6 ปีที่แล้ว +9

    Its 2018 still u r saving many life....
    Great Teaching Skills SIR

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

      Hello Rahul.
      Thanks for your valuable feedback.It will boost us to do new things. Please subscribe to get updates about new videos.
      You can view all other Core Java Videos by Ratan in the following link:
      goo.gl/7oC3T3

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

      @@DurgaSoftwareSolutions even in 2021 also...plese give easy and difficult examples also

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

    I have started watching your videos for the past one week and I am in love the way you teach, its amazing simple and very Crystal clear. Stay blessed!!

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

      Hello Narendra.
      Thanks for your valuable feedback. It will boost us to do new things. Please subscribe to get updates about new videos.
      You can view all other Core Java Videos by Ratan in the following link:
      goo.gl/7oC3T3

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

    thanks a lot sir u r doing excellent
    I've wasted my money in some rubbish institutes Bt u are really great
    keep on doing sir

  • @rahulpochaboina5721
    @rahulpochaboina5721 7 ปีที่แล้ว

    I've gone through many videos online but failed to understand the concepts. Thiese videos are just amazing!!! You can grasp very easily. Great Job. Thank you :)

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

    case 1:
    public class Methods {
    static int a=10;
    static int b=20;
    public static void main(String[] args) {
    System.out.println(a+b); //30
    }
    }
    case 2:
    public class Methods {
    int a=10;
    int b=20;
    public static void main(String[] args) {
    Methods m=new Methods();
    System.out.println(m.a+m.b);//30
    }
    }
    For both cases, it worked.

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

    After this Video..i am 100% clear in method..so thanku sir...

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

      Hello Chitta.
      Thanks for your valuable feedback.It will boost us to do new things. Please subscribe to get updates about new videos.
      You can view all other Core Java Videos by Ratan in the following link:
      goo.gl/7oC3T3

  • @srinathgadasu4375
    @srinathgadasu4375 8 ปีที่แล้ว

    Superb explanation.. I am watching all the videos..These videos are recommended for all newbies

  • @RITESHKUMAR-nn8kd
    @RITESHKUMAR-nn8kd 6 ปีที่แล้ว

    Sir u are really awsome........your way of teaching is really great.

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

    Thanq u sir.. your teaching is very good..
    Easy to understand everyone..

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

      Hello Ramu.
      Thanks for your valuable feedback. It will boost us to do new things. Please subscribe to get updates about new videos.
      You can view all other Core Java Videos by Ratan in the following link:
      goo.gl/7oC3T3

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

    Your teaching is excellent💯

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

    only one word....Excellent SIR....

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

      Hello Chitta.
      Thanks for your valuable feedback.It will boost us to do new things. Please subscribe to get updates about new videos.
      You can view all other Core Java Videos by Ratan in the following link:
      goo.gl/7oC3T3

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

    superb video sir, your video is really very helpful. i have learned many things from your video. thanku sir..

  • @sohailahmed7700
    @sohailahmed7700 9 ปีที่แล้ว

    best videos ever. Great explanation of concepts. superb sir

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

    excellent teaching sir. great job . teaching manner is in a student understandable level

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

      Hello Vinod.
      Thanks for your valuable feedback. It will boost us to do new things. Please subscribe to get updates about new videos.
      You can view all other Core Java Videos by Ratan in the following link:
      goo.gl/7oC3T3

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

    Excellent Teaching mr.ratan sir

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

    No words.. Excellent!!!

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

    Well explained... Especially the example of driving licence

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

      Hello Rajendra.
      Thanks for your valuable feedback. It will boost us to do new things. Please subscribe to get updates about new videos.
      You can view all other Core Java Videos by Ratan in the following link:
      goo.gl/7oC3T3

  • @masthansk5878
    @masthansk5878 7 ปีที่แล้ว

    Excellent sir ....
    I understand very easily ur vedios..

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

    excellent sir your way of teaching is very best

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

      Hello Dileep.
      Thanks for your valuable feedback.It will boost us to do new things. Please subscribe to get updates about new videos.
      You can view all other Core Java with SCJP/OCJP Videos by Durga sir in the following link:
      goo.gl/U1KKyi
      You an see more Java videos following link:
      Java tutorial by durga sir
      goo.gl/XWb4RL
      Java 9 by durga sir
      goo.gl/hXGyBW
      Java 1.8 Version New Features by Durga sir
      goo.gl/iHXXYU
      Adv Java JDBC Tutorial by Durga sir
      goo.gl/8q16Eo
      OCJA 1.8 Java SE 8 Programmer - I (1Z0 - 808 ) By Durga sir
      goo.gl/gC6R7f
      Core Java by NagoorBabu sir
      goo.gl/s6Nvj1
      Advenced Java by Nagoorbabu sir
      goo.gl/ZZonzJ
      CoreJava by Ratan
      goo.gl/3VM19v
      Advanced Java jdbc by Ratan
      goo.gl/Rn2UXr
      Advjava tutorials - JSP by Ratan
      goo.gl/Z6ytxm
      Adv java servlets tutorial by ratan
      goo.gl/zTwi9y
      Servlet and JSP Tutorial by anji reddy
      goo.gl/jZMRUv
      Advanced Java Jdbc by Anjireddy
      goo.gl/16CGzX
      Hibernate byAnjireddy
      goo.gl/qQojvZ
      Struts by Anjireddy
      goo.gl/nE1Eof
      Spring by Mr.AnjiReddy
      goo.gl/NfN14R
      ADV JAVA by Naveen
      goo.gl/bhSsXF
      Spring by Mr.Naveen
      goo.gl/huVwFN
      Hibernate by Mr. Naveen
      goo.gl/TY3Wpd
      Struts by Mr.Naveen
      goo.gl/Vkmiw7

  • @shreyashmundhada4552
    @shreyashmundhada4552 7 ปีที่แล้ว

    No words.. Excellent!!!
    Thank you Ratan sir...!!!
    sir but how to excess private videos..
    plz provide the link

  • @shyampandey4214
    @shyampandey4214 9 ปีที่แล้ว

    shyam pandey
    sir great concept of java i am from your vedios thanks sir ji

  • @nidhinikustiwari865
    @nidhinikustiwari865 8 ปีที่แล้ว

    Ratan sir you are best teacher

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

    No any word for say excellent yr

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

      Hello Megha Rajput.
      Thanks for your valuable feedback. It will boost us to do new things. Please subscribe to get updates about new videos.
      You can view all other Core Java Videos by Ratan in the following link:
      goo.gl/7oC3T3

  • @mayurichaudhari8494
    @mayurichaudhari8494 9 ปีที่แล้ว +5

    really appreciate your lectures. and yes blackboard is too shiny

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

    Outstanding :)

  • @navyasreekudupudi4205
    @navyasreekudupudi4205 7 ปีที่แล้ว

    super sir..thanx a lot for helping us this way..

  • @srinivasaanalytics7367
    @srinivasaanalytics7367 7 ปีที่แล้ว

    Thank you sir, excellent teaching

  • @y.v.ganesh7491
    @y.v.ganesh7491 6 ปีที่แล้ว +3

    Sir cange the board we cant able to see reflecting white color

  • @deepdeshmukh9339
    @deepdeshmukh9339 8 ปีที่แล้ว

    sir your teaching tecknic is too good...handwriting is not matter....thank you ...

  • @farhadabbasi4553
    @farhadabbasi4553 9 ปีที่แล้ว

    you are the best sir

  • @rubiyayasmin5990
    @rubiyayasmin5990 7 ปีที่แล้ว

    Just tremendously excellent

  • @niranjanb4925
    @niranjanb4925 8 ปีที่แล้ว

    thank u for sharing your videos sir

  • @narendrababu898
    @narendrababu898 7 ปีที่แล้ว

    you are my god of java

  • @Hacks00145
    @Hacks00145 7 ปีที่แล้ว

    Splendid :)

  • @pranavbehera4853
    @pranavbehera4853 7 ปีที่แล้ว

    excellent teaching

  • @badushaik5541
    @badushaik5541 7 ปีที่แล้ว

    superr sir we r helpful videos

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

    Nice tutorial

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

      Hello Banisetti.
      Thanks for your valuable feedback.It will boost us to do new things. Please subscribe to get updates about new videos.
      You can view all other Core Java Videos by Ratan in the following link:
      goo.gl/7oC3T3

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

    is there any difference in Java program by using different application like eclipse..etc

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

      Hello Swami Babu.
      Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627,7207212427/28

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

      noo java is platform independent u can run the same java program in any patform

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

    it is working perfectly insede class
    class test
    {
    public static void main(String args[])
    {
    int a=10;
    int b=20;
    System.out.println(a+b);
    }
    }
    output
    30 will get printed

    • @ashutoshproductions5843
      @ashutoshproductions5843 7 ปีที่แล้ว

      public static void main is a method by itself

    • @pemmaramya5245
      @pemmaramya5245 7 ปีที่แล้ว

      He told within the class not allowed
      Within the method it's allowed n it is main method

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

    Sir , I got no error when I performed System.out.println(a+b); So it seems to be a valid syntax

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

    its 2023 still no body thought like u.
    @17:19 signature lol

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

    Java generic method ke videos nhi mil rahe h sir ..plz help ,thnx in advnc

  • @baburao7372
    @baburao7372 7 ปีที่แล้ว

    Super sir

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

    Everything is super bt ratan sir teaching something different that means we can't understand because... writing different color on the board so it's invisible and Rathan sir directly teaching that point he didn't Tel why when where concept

  • @akhilreddy1178
    @akhilreddy1178 7 ปีที่แล้ว

    Thanks a lot sir :-)

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

    Hi Ratan sir,
    Are you taking scala programming language

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

      Hello Kishore.
      Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28

  • @vipinbarman8319
    @vipinbarman8319 8 ปีที่แล้ว

    grt sir

  • @stranger2k
    @stranger2k 9 ปีที่แล้ว

    board is appearing too shiny cant see whats written on it.........

  • @lakshayahlawat8421
    @lakshayahlawat8421 7 ปีที่แล้ว

    sir which book will you recommend for learning java

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

    TQ sir very nice teaching but konni videos private unnai sir so next class ardham chesukolekapotunna plss sir private videos memu ela chudali cheppandi

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

      Hello Harini.
      Thanks for your valuable feedback. It will boost us to do new things. Please subscribe to get updates about new videos.
      For CORE JAVA all videos,
      Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28

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

      @@DurgaSoftwareSolutions ok sir

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

    Sir please tell me how to call object....

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

    👍

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

    Hara Hara mahadeva

  • @elavarasansundar
    @elavarasansundar 7 ปีที่แล้ว

    can u give the reason : how the memory allocated for static during class loading time.. and why at that time only?

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

    Hi, i would like to know few things.
    1. why do we have to use setter and getter methods? why can't we directly set values to variables and get values from the variables using object.variable_name.
    2. why there is a need of access modifiers?
    3. we say we have encapsulated the class, also made variables private, but in real time is there really a need to declare variable as private, why do we programmers have to private those variables, can these variables be accessed from memory or how dangerous is it to not make variables like balance to be private?

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

      Hello Amogh Borle.
      Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28

  • @AbhiShek-nv3vq
    @AbhiShek-nv3vq 8 ปีที่แล้ว

    Why is the brightness increased so much? Sometimes I'm unable to see the board.

    • @saikumarkuna2368
      @saikumarkuna2368 7 ปีที่แล้ว

      Bro that is Throws photography Exception.......hahah ;-)

  • @ravinderjill9961
    @ravinderjill9961 8 ปีที่แล้ว

    Sir Some exceptional handling videos are in private , please make it as public sir

    • @DurgaSoftwareSolutions
      @DurgaSoftwareSolutions  8 ปีที่แล้ว

      Hi Ravinder. For exceptional handling videos plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627

  • @SDPani-kn4en
    @SDPani-kn4en 6 ปีที่แล้ว

    The lecture is good but if we don't understand public, private, protect why u r told that..
    why i go to throws KW & exception use in method concept...

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

    you can't access non-static variables in static area .Only static variables can accessable in everywhere am i wrong?

    • @tutorialhub1
      @tutorialhub1 8 ปีที่แล้ว

      +bilen basarir We all the time access non static variable (instance variable) in static but yeah for doing so you need to create the object.
      Public Static Void Main (String[] args) is a static method and we access our instance variable here by using object.
      and yes for static variable there are three ways to access them...by using class, by using object and even directly.

    • @pavanistn8643
      @pavanistn8643 8 ปีที่แล้ว

      yes

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

    We cannot read letters but

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

      Can you write big please

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

    Plz use black marker

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

    dont write by green pen, it cant be visible

  • @devk5061
    @devk5061 8 ปีที่แล้ว

    signature

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

    teaching speed 1.25x looks good.... may be

  • @vineetchaudhary7328
    @vineetchaudhary7328 7 ปีที่แล้ว

    Ratan sir plz check your mail

  • @AbhiShek-nv3vq
    @AbhiShek-nv3vq 8 ปีที่แล้ว

    Meticulous lectures..