I have installed MySQL version 5.6 on windows 7. My Installation was successful and without any error. I received “ERROR 2003 (HY000): Can’t connect to MySQL server on ‘localhost’ (10061)” while I was trying to start MySQL server from command prompt. I am attaching the screenshot of the error I received. Starting MySQL From… (26 comments)

Learn how to convert an ArrayList object to an Array. In this example we will demonstrate you how to convert an ArrayList object to an Array. Mostly, we will use toArray() method to convert an ArrayList into an Array. But there are many ways to convert an an ArrayList object to an Array. At the… (1 comment)

This article demonstrates JSF graphicImage tag with real time example. We will display image of Sir Abraham Lincoln using JSF graphicImage tag. Understanding JSF GraphicImage tag (h:graphicImage) with a real time example 1. Graphic Image (h:graphicImage) in JSF is very useful tag. It is used to display images. In this example we will demonstrate how… (0 comment)