Can we overload a main() method in Java? || Java Interview Question

Поделиться
HTML-код
  • Опубликовано: 5 авг 2024
  • Question: Can we overload a main() method in Java?:
    Answer: Yes, you can overload main method in Java. But the program doesn't execute the overloaded main method when you run your program, you have to call the overloaded main method from the actual main method.
    that means main method acts as an entry point for the java interpreter to start the execute of the application. where as a loaded main need to be called from main.
    ~~~~Subscribe to this channel, and press bell icon to get some interesting videos on Selenium and Automation:
    ruclips.net/user/Naveen%20Au...
    Follow me on my Facebook Page:
    / naveenqtpexpert
    Let's join our Automation community for some amazing knowledge sharing and group discussion on Telegram:
    t.me/joinchat/COJqZQ4enmEt4JA...
    vimeo.com/ondemand/webservice... Subscribe to this channel, and press bell icon to get some interesting videos on Selenium and Automation:
    ruclips.net/user/Naveen%20Au...
    Follow me on my Facebook Page:
    / naveenqtpexpert
    Let's join our Automation community for some amazing knowledge sharing and group discussion on Telegram:
    t.me/joinchat/COJqZUPB02r5sB7...
    Paid courses (Recorded) videos:
    Java & Selenium Course: www.naveenautomationlabs.com/p...
    API Course: www.naveenautomationlabs.com/p... ➡️Get Our Courses✔️
    📗 Get My Paid Courses at
    Paid courses (Recorded) videos:
    Java & Selenium Course: www.naveenautomationlabs.com/p...
    API Course: www.naveenautomationlabs.com/p...
    -------------------------------
    ✔️SOCIAL NETWORKS
    Facebook: / naveenqtpexpert
    Twitter: / naveenkhunteta
    Blog: www.naveenautomationlabs.com
    --------------------------------
    Support My Channel✔️Or Buy Me A Coffee
    Paypal: paypal.me/naveenkhunteta
    Google Pay: naveenanimation20@gmail.com
    --------------------------------
    ✔️Thanks for watching!
    देखने के लिए धन्यवाद
    Благодаря за гледането
    感谢您观看
    Merci d'avoir regardé
    Grazie per la visione
    Gracias por ver
    شكرا للمشاهدة
  • НаукаНаука

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

  • @merfu.uighur5996
    @merfu.uighur5996 3 года назад +6

    you are born as teacher Naveen ,can not be more clear and to the point!thank you so much!

  • @saurabht09
    @saurabht09 3 года назад +6

    Naveen is a special person for all Automation engineers. No one can explain any topic like him.. Keep growing and helping all :)

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

    Very Clear concise but at same time detailed video.
    Thanks Naveen Sir !

  • @vfwrgn7vj4
    @vfwrgn7vj4 4 года назад +1

    Easy explanation. thanks

  • @praneethchakri7052
    @praneethchakri7052 6 лет назад +1

    Thanks Naveen..it was informative.!

  • @muppapavankumar2124
    @muppapavankumar2124 6 лет назад +5

    naveen you are doing an awesome job, it is really helpful to me and many like me. Can you post a video of collections concept?

  • @andyrockstar78
    @andyrockstar78 5 месяцев назад

    Thanks so much Naveen for this.

  • @PRIYAGUPTA-dr1nr
    @PRIYAGUPTA-dr1nr 5 лет назад +4

    thank you ..you helped me a lot

  • @santhoshk8095
    @santhoshk8095 6 лет назад +1

    thank you sir.. nice video..

  • @prasannamaithili8231
    @prasannamaithili8231 3 года назад +1

    Thank you so much Naveen. Very much useful

  • @anilleo18
    @anilleo18 6 лет назад +3

    great naveen...can u please post one multithreading video aswell

  • @OptionTrader_dB
    @OptionTrader_dB 5 лет назад +1

    great

  • @priya-vf3jc
    @priya-vf3jc 6 лет назад

    my question is regarding Xpath ... as u said in drop down session like By.id() in main()... but wen v separately save xpaths in .propertiesfile and wen v want to automate that through keywords.java class den how to use it ...
    public void choose(String objectname, String data)
    {
    Select select = new Select(driver.findElement(By.xpath(prop.getProperty(objectname))));
    select.selectByVisibleText("working"); // ???
    }
    leadstatus= //*[@id='23:3372;a']/div/a dis is how i saved in objectrepository.propertiesfile

  • @sumanthzvakacharla6079
    @sumanthzvakacharla6079 6 лет назад +1

    Can we automate angular js based web apps using selenium?

  • @prikshitverma3885
    @prikshitverma3885 3 года назад

    Why we use string array in main method? Why not int or any other type of arrays?

  • @LilMoonLightShine
    @LilMoonLightShine 6 лет назад +1

    Hi... Can you let me know about mobile automation testing online course.

  • @tenapallipriya3096
    @tenapallipriya3096 3 года назад

    @naveen can you please write a program to segregate positive and negative numbers in array

  • @ashutoshanand9906
    @ashutoshanand9906 6 лет назад +1

    Can we override the same main method?

  • @varshpravin946
    @varshpravin946 6 лет назад +1

    Sir, do WebDriver Interface have any super Interface which is implemented by WebDriver???

  • @neha7980
    @neha7980 3 года назад

    Can we override?

  • @namratayadav7721
    @namratayadav7721 5 лет назад

    how to acess course ful

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

    what if class A extends class B, will main method get overridden? if not, how come?

  • @dileepks2319
    @dileepks2319 2 года назад

    typically it is considered as a normal method

  • @juniorbroddy521
    @juniorbroddy521 6 лет назад

    m not getting one thing...if jvm does not consider remaining three methods as main then how is it possible to call them without class?

    • @sivakrishnapotla6234
      @sivakrishnapotla6234 6 лет назад +1

      hi @Damini Jurel , When we overload main method in Java. But the program doesn't execute the overloaded main method when you run your program, you have to call the overloaded main method from the actual main method.
      That means main method acts as an entry point for the java interpreter to start the execute of the application. where as a loaded main need to be called from main.

  • @sachin21890
    @sachin21890 6 лет назад +2

    Can we have two methods with same name, same arguments but different return types ?

    • @naveenautomationlabs
      @naveenautomationlabs  6 лет назад +2

      yes we can have it.

    • @sachin21890
      @sachin21890 6 лет назад

      Naveen AutomationLabs Thanks Naveen for such quick response .
      You are doing a great job

    • @kumarrdy5420
      @kumarrdy5420 6 лет назад

      Hi Naveen, Can you please share sample programs.

    • @vikaspaliwal185
      @vikaspaliwal185 6 лет назад

      Yes in methord ovrerridding as a covarient return typee

  • @jatinsharma3792
    @jatinsharma3792 2 года назад

    Stack Overflow best Exp.

  • @shilpasg1194
    @shilpasg1194 3 года назад

    Hi Naveen,
    Can we write Java program without main() method?

    • @harithasri8372
      @harithasri8372 2 года назад +2

      Yes we can, Eclipse doesnt throw any error. But we cannot execute the program.

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

      We can write it but we can not execute is because jvm always look for the main method in the program if it is available then execution will start over otherwise not

  • @vfwrgn7vj4
    @vfwrgn7vj4 4 года назад

    Easy explanation. thanks