could anyone tell me please what compiler can i use for java?

i want to begin programing in java and i dont know what compiler shoud i use.thank you
[93 byte] By [tulena] at [2007-10-2 18:35:15]
# 1

The one that comes with the JDK.

[url=http://java.sun.com/learning/new2java/index.html ]Sun's New To Java Center[/url]. Includes an overview of what Java is, instructions for setting up Java, an intro to programming (that includes links to the above tutorial or to parts of it), quizzes, a list of resources, and info on certification and courses.

[url=http://java.sun.com/docs/books/tutorial/ ]Sun's basic Java tutorial[/url]

[url=http://javaalmanac.com ]http://javaalmanac.com [/url]. A couple dozen code examples that supplement [url=http://www.amazon.com/exec/obidos/tg/detail/-/0201752808?v=glance ]The Java Developers Almanac[/url].

[url=http://www.jguru.com ]jGuru[/url]. A general Java resource site. Includes FAQs, forums, courses, more.

[url=http://www.javaranch.com ]JavaRanch[/url]. To quote the tagline on their homepage: "a friendly place for Java greenhorns." FAQs, forums (moderated, I believe), sample code, all kinds of goodies for newbies. From what I've heard, they live up to the "friendly" claim.

Bruce Eckel's [url=http://mindview.net/Books/DownloadSites ]Thinking in Java[/url] (Available online.)

Joshua Bloch's [url=http://www.amazon.co.uk/exec/obidos/Author=Bloch,%20Josh ]Effective Java[/url]

Bert Bates and Kathy Sierra's [url=http://www.amazon.com/exec/obidos/tg/detail/-/0596004656?v=glance ]Head First Java[/url].

James Gosling's [url=http://www.bookpool.com/sm/0321349806 ]The Java Programming Language[/url]. Gosling is

the creator of Java. It doesn't get much more authoratative than this.

mlka at 2007-7-13 19:56:57 > top of Java-index,Java Essentials,Java Programming...
# 2
javac
CeciNEstPasUnProgrammeura at 2007-7-13 19:56:57 > top of Java-index,Java Essentials,Java Programming...
# 3
javac is the java compiler that comes up with jdk.
rmanohara at 2007-7-13 19:56:57 > top of Java-index,Java Essentials,Java Programming...