Selenium Testing
  • Programming
  • Features of Java
  • Java Set Up
  • Object and class in Java
  • Data Type in Java
  • What is a variable?
  • Java Operators
  • CONTROL STATEMENTS
  • Array in Java
  • METHODS
  • METHOD OVERLOADING
    • Interview Questions:
  • CONSTRUCTOR
  • Static Keyword
  • this keyword
  • Access Modifiers
  • Inheritance
  • Method overriding
  • Final Keyword
  • super keyword
  • What is abstract Keyword?
  • Interface
  • Type Casting:
  • Need of Collection
  • ArrayList in java
  • HashSet:
  • Exception Handling
  • Method Chaining:
  • Files and I/O Operations In Java: -
  • Wrapper Class
  • String Handling
  • Selenium Grid
  • Automation testing:-
  • Introduction to Selenuim IDE,FireBug,Firepath
  • Locators
  • What is selenium WebDriver?
  • Lunch Google Chrome Browser
  • Selecting Value From Dropdown Or Listbox
  • Background Testing –HtmlunitDrive
  • Importing java doc into eclipse
  • What is TestNG and Why we have to use in Selenium
  • Untitled
  • Creating And Running WebDriver Test Suit Using testng.xml File
Powered by GitBook
On this page

Was this helpful?

  1. METHOD OVERLOADING

Interview Questions:

Interview Questions:

1) Can we overload main method? Yes, we can but the program execution starts with main method having arguments as (String[] args) Other versions of the main program should be invoked by the programmer explicitly.

2) Can we overload Non-static method? Yes.

3) Can the return type differ while overloading? Yes.

PreviousMETHOD OVERLOADINGNextCONSTRUCTOR

Last updated 6 years ago

Was this helpful?