Since Internet Explorer has no inbuilt support for Web Driver interface of Selenium Web Driver or calling via Java API, Selenium created a specialized server called IEDriverServer which is used for communication between Internet Explorer and Selenium Java.
Download the Internet Explorer Driver from this link.
Download the Selenium Standalone Server from this link.
$ IEDriverServer.exe /port=<<port number>> /log-level=DEBUG
Refer the following code.