• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

SCJP 1.4

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can anyone say me where can I find tutorials and mock exam for SCJP 1.4??
Thanks, Felipe.
 
Ranch Hand
Posts: 298
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
you can find many mock exams here... about the tutorials...
for certification, i think that java language especification is the best book. you can find visiting this link:
http://www.java.sun.com/docs/books/jls/
 
Ranch Hand
Posts: 1865
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Felipe Machado:
Can anyone say me where can I find tutorials and mock exam for SCJP 1.4??
Thanks, Felipe.


The difference between 1.2 and 1.4 is as follows.
The 1.4 exam removes the AWT and IO topics but adds assertions and a couple new classes in the collections framework--LinkedHashMap and LinkedHashSet. The wrapper classes and the Object.hashCode and Object.equals methods are further emphasized in 1.4.
Everything that you need to know about assertions is available in the document Programming with Assertions.
For more information, please see theobjectives for the 1.4 version of the exam.
 
Felipe Machado
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I really know the diferences... But thanks, any way...
I don't know where to find the mock exams here...
Thanks, Felipe.
 
Dan Chisholm
Ranch Hand
Posts: 1865
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Click on the mock exam link in my signature.
 
Ranch Hand
Posts: 160
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've almost gone through all of Dan's mock exams, I think they've been quite helpful.
If I can score above 75% on each of those groupings of 30 questions, is that a pretty good indicator that I'll be able to pass SJCP 1.4?
Thanks
 
Ranch Hand
Posts: 1090
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Brian

75%, well on may counts I scored much less than that. Even a lesser score is good enough, I guess.
 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Machado,
Below link has got all mock exams.
http://www.javaranch.com/maha/_Mock_Exams/_mock_exams.html
SAM
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic