For the above problem, I understood what was root cause.
Mistake : I have done mistake of deleting system variable path while adding the JAVA_HOME in the environmental variable.
Hence I do suggest,Please don't delete any system path while adding or editing the system variable.
Second thing : I have reset the window-10 operating system to get the exact system path,which supported me to execute the selenium test cases.
Because of setting incorrect system path in the environmental variable,My system operating system was unable to reach to specific browser driver's.
which implies , that the Chrome-driver server process was unable to bind to the assigned free port within our system.
conclusion :The above issue got resolved for me, By resetting windows-10 OS.
Install eclipse editor,JDK, selenium jar files,different drivers with respective browser and execute the test case.
I hope it will help to some one, who is facing same issue.
Thanks..