• 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

List of Topics officially removed in OCPJP 6

 
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

I have been referring to the following book to take OCPJP 6 exam 1Z0-851

"SCJP Sun® Certified Programmer for Java™ 6 Study Guide (Exam 310-065)" by Kathy Sierra and Bert Bates

It will be very helpful to me to have a list of the topics in SCJP 6 (Exam 310-065) that are officially removed in OCPJP 6.

Please help.
 
Bartender
Posts: 3648
16
Android Mac OS X Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't think there are any topics removed from the old SCJP6 to the new OCPJP6. The objectives are exactly the same.
 
Bindu Tadivaka
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the reply, K.Tsang...

I compared the Exam Objectives in the book "SCJP Sun® Certified Programmer for Java™ 6 Study Guide (Exam 310-065)"
with the Exam topics of 1Z0-851 and found that the following objectives are removed in 1Z0-851.

1.4 "Develop code that declares both static and non-static methods, and—if appropriate—
use method names that adhere to the JavaBeans naming standards. Also develop code that
declares and uses a variable-length argument list."
3.3 "Develop code that serializes and/or de-serializes objects using the following APIs from
java.io: DataInputStream, DataOutputStream, FileInputStream, FileOutputStream,
ObjectInputStream, ObjectOutputStream, and Serializable."
4.4 Given a scenario, write code that makes appropriate use of wait, notify. or notifyAll.


I guess I can skip Serialization entirely? (Objective 1.4)
Please help me. Let me know if I am wrong.
 
Whizlabs Java Support
Posts: 158
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Bindu Tadivaka,

As the oracle group is conducting the exam the name of scjp is renamed as OCPJP. you can 't skip serialization its there in the syllabus. For more information you can have look at this site click here

Regards,
James
 
K. Tsang
Bartender
Posts: 3648
16
Android Mac OS X Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Bindu Tadivaka wrote:
1.4 "Develop code that declares both static and non-static methods, and—if appropriate—
use method names that adhere to the JavaBeans naming standards. Also develop code that
declares and uses a variable-length argument list."
3.3 "Develop code that serializes and/or de-serializes objects using the following APIs from
java.io: DataInputStream, DataOutputStream, FileInputStream, FileOutputStream,
ObjectInputStream, ObjectOutputStream, and Serializable."
4.4 Given a scenario, write code that makes appropriate use of wait, notify. or notifyAll.



Well objective 4.4 is in fact part of the objective 4.3 "Given a scenario, write code that makes appropriate use of object locking to protect static or instance variables from concurrent access problems."

For 1.4 you should need to know along with the purpose of Serializable interface. The other mentioned java.io.* can be ignored, but it's worth knowing.
 
Bindu Tadivaka
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hmmm... looks like I can't skip anything...
 
author & internet detective
Posts: 41878
909
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

James Peterson wrote:As the oracle group is conducting the exam the name of scjp is renamed as OCPJP. you can 't skip serialization its there in the syllabus. For more information you can have look at this site click here


Where do you see serialization in that link? I see a reference that Serialization was removed and I don't see it in the syllabus now - using the link you provided.
 
Bindu Tadivaka
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you Jeanne... the link that you have provided, helps.
I can at least give those topics, the low priority.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic