aspose file tools
The moose likes Programmer Certification (SCJP/OCPJP) and the fly likes Code examples! Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Certification » Programmer Certification (SCJP/OCPJP)
Reply Bookmark "Code examples!" Watch "Code examples!" New topic
Author

Code examples!

Priyadarshni Gopalakrishnan
Greenhorn

Joined: Mar 17, 2008
Posts: 7
Hi,

I am installing the Eclipse IDE for practising code examples given in Head first.

Should I practise it in this IDE or command prompt?

Should learning and working out be parallel?

Please advise!!

Thanks,
Preethu


Preethu
marc weber
Sheriff

Joined: Aug 31, 2004
Posts: 11343

Head First is written for the command line, which I think is the best way to begin with Java. The SCJP exam is also geared towards command line tools. IDEs can do a lot of the work for you, and hide some important details. In addition, IDEs have their own learning curve, which can make starting out that much more difficult.

I strongly suggest using the command line tools to start with. When you get to a point where you're concerned about "efficiency," then consider an IDE.


"We're kind of on the level of crossword puzzle writers... And no one ever goes to them and gives them an award." ~Joe Strummer
sscce.org
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Code examples!
 
Similar Threads
Code Java like a BoSS!
MDB tutorials
Hello World with EJB
Eclipse with Tomcat does not run EL, JSTL tags
Why Servlet return a blank page?