• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

SCJA---Help for Preparation

 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have bought both of Cameron McKenzie books the Guide and the mock Exams one.

Apart from that I have been also reading Java: The Complete Reference, J2SE 5th Edition by Herbert Schildt.

And also the materials mentioned on Sun's website.

Is this enough or do I need to read something else also.

I would like to mention that I am not a Java programmer.

Thanks
Arundhati
 
author and cow tipper
Posts: 5009
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks so much for picking up my books! I appreciate every little vote of confidence.

You're reading of the complete reference kinda scares me. I mean, that's great and all, and probably will work towards you being a knowledgeable programmer, but there's alot of information in there that doesn't directly apply to the SCJA exam. The SCJA exam is only about 20-25% syntax. The rest is OO, client technologies, server technologies, etc.

I might make this comparison - if you were taking a drivers test, you wouldn't study a reference book on the internals of the combustion engine. I mean, it's good stuff to know, but might not be directly attributable.

What might really be good? Just program, and write a program or two. Maybe even download tomcat and see if you can write and deploy a JSP, or a Servlet even. See how those technologies work.

Did you see my free, online mock exams at my website? How would you design that program? What object model would you use? How many classes? Could you draw the object model using UML class diagrams? Could you create the classes? Try it! Actually trying to solve a problem like that would probably help you learn alot faster than reading the reference book.

Best of luck in your studies. It's a tough exam, but I've found the people using my books, and doing a little bit of Java programming on their own, have incredible success on the Sun Certified Java Associate exam.

Best of luck!

-Cameron
 
I didn't like the taste of tongue and it didn't like the taste of me. I will now try this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic