What is a WebDriver in Java?

What is a WebDriver in Java?

Selenium WebDriver is TestAutomation tool, Have language binding for all popular programming language like Java ,C#,JavaScript and Python. On Java , everything is Defined as Class and Interface, WebDriver is a Interface for browser instance and each Browser have their own implementation classes . For Chrome , its ChromeDriver ,firefox have FireFoxDriver.