var fDesc=new Array(); fDesc[0] = "This software book delivers complete study material for Oracle’s Java Standard Edition 6 Programmer Certified Professional Exam(1Z0-851) to achieve Oracle Certified Professional, Java SE 6 Programmer Certification.
This simulator is developed by experienced Java experts with review tips, real-world program examples, and challenging sample mock exam questions that systematically prepare you for the actual exam.


Main Features:

- Complete training kit for Java SE 6 Programmer Exam (SCJP 6.0) Certification
- Training Lab provides enough information about your certification/exam objectives
- Set goals against each SCJP 6.0 exam topics for your preparation
- Set schedule for your preparation and measure your progress
- Start your preparation from Pre Measurement Exam
- Basic Sessions (e-book format) and Quiz for each SCJP 6.0 Certification objectives
- Advanced Sessions (e-book format) and Quiz for each SCJP 6.0 Certification objectives
- Take quiz exam to improve your grasping and time to answer a question
- Practice mock exam questions by defined or custmization based on Expert Levels
- Post Measurement exam to judge your confidence for actual exam
- Complete your preparation with Focus Lab
- Review your progress over time and accurately assess your preparation
- Tracks your goals, schedules and get recommendations
- 569 Sample Questions spread across Review, Quiz and Mock Exams"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }