| Author |
Serialization topic covered in SCJP 6?
|
Aakash Chandel
Greenhorn
Joined: Aug 31, 2010
Posts: 27
|
|
I have a simple question regarding SCJP 6 course content. Are serialization question asked in SCJP 6 exam? I have come to know that this topic is excluded from the exam.
Please guide.
|
 |
Jagdev Singh
Ranch Hand
Joined: Jan 12, 2010
Posts: 71
|
|
I recently given the exam there was not a single question on serialization.
I think it is excluded.It is very easy topic you can learn in small amount of time.
Hth
Jagdev
|
 |
Aakash Chandel
Greenhorn
Joined: Aug 31, 2010
Posts: 27
|
|
I am planning to take SCJP 6 next week. All those who took the exam recently did any of you guys came across Serialization questions? Please let me know as I don't want to invest my time learning something which is not in the exam. I have checked Oracle's website and I couldn't find it in the "Exam Topics" section whereas in the K & B book this topic exists.
Please advise.
|
 |
Sergio Diaz
Greenhorn
Joined: Nov 16, 2011
Posts: 1
|
|
I think the topics are here http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=41&p_exam_id=1Z0_851
There is that:
Section 4: Concurrency
Write code to define, instantiate, and start new threads using both java.lang.Thread and java.lang.Runnable.
Recognize the states in which a thread can exist, and identify ways in which a thread can transition from one state to another.
Given a scenario, write code that makes appropriate use of object locking to protect static or instance variables from concurrent access problems.
|
 |
Aakash Chandel
Greenhorn
Joined: Aug 31, 2010
Posts: 27
|
|
|
How is Concurrency related to Serialization? Isn't concurrency a different topic than Serialization?
|
 |
Javin Paul
Ranch Hand
Joined: Oct 15, 2010
Posts: 277
|
|
|
Concurrency is multi-threading , while serialization is related to object persistence.
|
http://javarevisited.blogspot.com - java classpath - Java67 - java hashmap - java logging tips java interview questions Java Enum Tutorial
|
 |
 |
|
|
subject: Serialization topic covered in SCJP 6?
|
|
|