I was looking for a solution to handle multiple iframes and i am glad i was led to an appropriate source.
iframe:
------
driver.switchTo().frame(driver.findElements(By.tagName("iframe").get(0));
Source :
http://assertselenium.com/2013/02/22/handling-iframes-using-webdriver/