Hi muthulingam,
I am sorry to see you getting such a negative response - this site is meant to be
a friendly place for Java greenhorns.
It seems it is time to remind everyone that English is not universally spoken. Even in the countries when it is taught as a first language, there can be differences in the way it is used (contrast England vs U.S.A vs Australia idioms / spelling). Disparaging someone else's usage of the language does not help anyone and is downright unfriendly.
I have moved this topic to the
Java in General (beginner) forum. The Sun Certified Java Developer forum is designed for people to talk about issues related to the
SCJD assignment. I believe that as you are just starting with this, you may end up with multiple questions, not all of which are directly related with Swing - hence my moving this to the Java In General forum. I have also changed your topic title to something a little more descriptive.
To complete the tutorial you mentioned, all you need is the
Java Development Toolkit (JDK) and any editor you like. You can just use the JDK and Notepad if you like
. There are also many integrated development environments (
IDE) which you can use - the problem with IDEs is that they tend to be (in my opinion) too helpful when you are trying to learn the language - providing shortcuts and wizards which will hide the language from you. The site where you can download the JDK also allows you to download Sun's IDE (NetBeans), and there are many other good IDEs (Eclipse, JBuilder, ...). You could look at some of the posts in the
IDE's and other tools forum for more information.
Regards, Andrew