Java SE 7 Cert Study Guide Book

Does anyone know a good book to read to prepare for my up coming java certification?

Hi,
My experience about OCJP i preferred
1. Addison Wesley A Programmers Guide To Java Certification 2nd Edition-Khalid Mughal
2. Thinking in Java (4th Edition), By Bruce Eckel.
First read this books and practice all programs. Do not refer Java Dump before read this books.

Similar Messages

  • Study Guide book for Java Certified Associate SE 5/6 Exam 1Z0-850

    Hello All!
    I'm a student and Just finished my java course. I planning to take the Java Certified Associate SE 5/6 Exam 1Z0-850 ASAP. My questions:
    1) Is there a study guide available for this (thought I could fine OCA SE7 which will be released only on Aug 2012. Can't wait that long)? is
    2) I read that there's no pre-req for this exam or is there?
    I really need a study guide for this. Any help is greatly appreciated.

    Hi,
    I guess you didn't consulted Amazon:
    http://www.amazon.com/Certified-Associate-Study-CX-310-019-Certification/dp/0071490035/ref=sr_1_3?s=books&ie=UTF8&qid=1326348528&sr=1-3

  • Dreamweaver CC study guide book

    Hello everyone!!! I'm a new user and.. Can anyone tell me which book/s can i study to passing the Dreamweaver CC exam?? Thanks everybody!!!!!

    Looks like the ACE practice exams are only available for CS5 & CS6.
    http://www.adobemarketplace.com/Adobe_Certification_Practice_Exams_s/1822.htm
    Try this link:
    http://www.adobemarketplace.com/learn_adobe_dreamweaver_s/1839.htm
    Nancy O.

  • CF Cert Exam Study Guide.

    HI, I purchased a Cf exam study guide book last week. Ben Forta's book actually, but when I got it, I noticed it was from 2001..lol I think I will work through most of it, but I wanted to find a current version or something similar. I've searched a little but have yet to find anything. Can anyone recommend any study guides or even websites that are test preps? I figure if I start studying and preparing now, in a year or so I may be ready...lol Thanks in advance!

    Ok lets try this again! I replied to both of you guys last night AFTER I logged in, typed up this nice response, clicked "Post Message" and of course it said I needed to log in! So I did again, and viola! my post was gone! Love all the great help here, but please someone fix the bugs!!
    lol ok now that I've ranted: Dave thanks for the response and link. I knew Adobe had lost of tutorials, just wasn't sure if any were specific to the CF exam or not. I will definately go through the one you gave me.
    @ecobb. Thank you as well. I have seen that site and wondered whether it was worth it or not. $40 isnt all that much money, but just hadn't heard any recommendations for their software, so was a bit hesitant.
    As I said, I think I'm more of a physical text book kinda guy. I like to have the pages there in front of me so I can turn back or rework a chapter or two if needed, but I enjoy online tutorials as well. So thanks agian both of you!

  • Study guide for OCA Java SE 7 Programmer I, exam 1Z1-803

    Are there any study guides available for this exam? Is it ok to use a book that is based on Java SE 6? Something like this parhaps: http://www.amazon.com/Certified-Associate-Study-CX-310-019-Certification/dp/0071490035/ref=sr_1_1?ie=UTF8&qid=1319735603&sr=8-1
    The exam I want to study for is a beta exam. I'm not sure if I should study for this beta exam or the old SE 6 exam. Thoughts?

    I'm agree for the suppose that Oracle left the exam topics very vague !!!!!
    If you want to prepare you must study on book based on java basics and you can prepare online Java 7 Api .
    It's easy learn Java 7 i tried in 2 month and now is ok eheheh :)
    A guide is not the same as a good book you can find online so much tutorials but you will learn more with a good book .
    For me you can use tutorials only for base guide then you can learn more with a book
    Good study :)
    Olliver

  • Need SCJP study guide for java 5.0 by katherine sierra pdf

    I am planning to prepare for SCJP 5.0 , can somebody please send me pdf copy of SCJP Sun Certified Programmer for Java 5 Study Guide by katherine sierra . please mail it to me at [email protected]

    Since Sun is unwilling to moderate this forum they should close this certification forum.
    Because as I see it they are setting themselves up for liability here as various criminals, thieves and lowlifes like the OP and the last two posters congeal together in a mass of ethicless slime.
    There is a well established co-relation between the population seeking certification and copyright infringement and intellectual property theft and this is dealt with appropriately on other forums through moderation.
    Since Sun has never and will never moderate these forums they should remove this forum because otherwise it aids and abets these criminals, and I would argue actively condones this morally appalling behaviour.
    I would urge readers of this thread to submit feedback on this matter, as I shall also do but additionally I will be sending an email to the marketing department at Sun.

  • Standard ACLs: CCNA ICND-2 Official Study Guide: Error Mine or Book's?

    Good evening.
    The book in question is the CCNA ICND-2 Official Study Guide from Cisco Press, 2nd edition, copyright 2008 by Wendell Odom.  Specifically I'm referencing an example of standard ACL configuration, the example situation found on pages 241 through 243.
    The criteria for the access lists state that Sam should not be allowed access to Bugs or Daffy; the implemented solution simply denies all outbound traffic from Sam on the Yosemite router.  Wouldn't this also prevent Sam from accessing resources on 10.1.30?  Wouldn't a better solution be to implement an outbound ACL on Albuquerque E0 to deny Sam access to the 10.1.1.0 subnet, like this?
    interface ethernet 0
    ip access-group 1 out
    ^Z
    access-list 1 remark Denies access only to Sam
    access-list 1 deny host 10.1.2.1
    access-list 1 permit any
    Maybe I'm reading the example entirely wrong, which is possible: it's pretty late here!  Any feedback would be greatly appreciated.

    Good evening.
    The
    book in question is the CCNA ICND-2 Official Study Guide from Cisco
    Press, 2nd edition, copyright 2008 by Wendell Odom.  Specifically I'm
    referencing an example of standard ACL configuration, the example
    situation found on pages 241 through 243.
    The
    criteria for the access lists state that Sam should not be allowed
    access to Bugs or Daffy; the implemented solution simply denies all
    outbound traffic from Sam on the Yosemite router.  Wouldn't this also
    prevent Sam from accessing resources on 10.1.30?  Wouldn't a better
    solution be to implement an outbound ACL on Albuquerque E0 to deny Sam
    access to the 10.1.1.0 subnet, like this?
    interface ethernet 0
    ip access-group 1 out
    ^Z
    access-list 1 remark Denies access only to Sam
    access-list 1 deny host 10.1.2.1
    access-list 1 permit any
    Maybe
    I'm reading the example entirely wrong, which is possible: it's pretty
    late here!  Any feedback would be greatly appreciated.
    Hi,
    Just a basic information on ACL woring flow,hope it would be helpful to deploy the acl in your scenario
    An access-list can be assigned to an interface in two directions:  - INput - OUTput
    Router(config)# int fa 0/0
    Router(config-int)# ip access-group 100 in
    Router(config-int)# ip access-group 101 out
    An access-list that was assigned to an interface in the INput direction will be applied to packets that are coming to that interface.
    An access-list that was assigned to an interface in the OUTput direction will be applied to packets that are leaving through that interface.
    Hope to Help !!
    Ganesh.H
    Remember to rate the helpful post

  • Pdf format book for OCP 10 Admin 2 study guide.

    Is there any group or link from where i can download OCP 10 Admin 2 study guide by Doug stuns/Tim Buterbaugh and Bob bryla?

    Are you talking about a free link? I would certainly hope not-- such a link would almost certainly be to a pirated copy which would be both unethical and illegal.
    Books24x7 and O'reilly's Safari are pay sites that provide online access to many technical books (Oracle Press also has a similar site). There is a good chance that one or both of these sites carry the book you're after.
    Justin

  • Searching book "Oracle performance 11G - Self study guide"

    Hello all,
    I'm searching hardly the course "Oracle performance 11G - self study guide" to download.
    It's shorter and speaks about the essential things ... unlike the standard guide "Oracle® Database Performance Tuning Guide 11g Release 2 (11.2)"
    I's impossible for me to buy it, because of his price about 1500$.
    So I'm asking if someone can lend it to me, or tell me where I can download it ...
    Thanks in advance.

    Hi;
    Did you try to use google? Please see:
    http://www.google.co.uk/search?hl=en&q=%22Oracle+performance+11G+-Selfstudy+guide&meta=
    Regard
    Helios

  • Oracle EJB / Persistance certification study guide

    Hello -
    I'm sorry if I've asked a redundant question, if I have let me know.
    I want to take the either the "Java Persistence API Developer" or "Enterprise JavaBeans Developer" certification exams from Oracle, but I'm having a hard time identifying a good study book. There used to be a couple of good books for the old Sun Web Developer exam (I recall that the O'Rielly HeadFirst series had a very nice one), but I haven't found anything for these current exams. Also, the published "Apress" makes a guide for the Oracle Java 7 exam, but doesn't seem to make one specifically targeted at the two more advanced certs I mentioned.
    I've been a professional J2EE developer for 10 years now, and have used EJB, Hibernate, EJB3, etc for this entire time. I feel comfortable developing applications in this realm, I was really just looking for a well organized study guide / workbook to help prep me for the exam.
    VR,
    David

    990041 wrote:
    Hello -
    I'm sorry if I've asked a redundant question, if I have let me know.
    I want to take the either the "Java Persistence API Developer" or "Enterprise JavaBeans Developer" certification exams from Oracle, but I'm having a hard time identifying a good study book. There used to be a couple of good books for the old Sun Web Developer exam (I recall that the O'Rielly HeadFirst series had a very nice one), but I haven't found anything for these current exams. Also, the published "Apress" makes a guide for the Oracle Java 7 exam, but doesn't seem to make one specifically targeted at the two more advanced certs I mentioned.
    I've been a professional J2EE developer for 10 years now, and have used EJB, Hibernate, EJB3, etc for this entire time. I feel comfortable developing applications in this realm, I was really just looking for a well organized study guide / workbook to help prep me for the exam.10 years of experience is a far better prep than a book. I would check out the certification descriptions on the Oracle site for further reference material as advised by Oracle itself. Likely there may be even training classes involved.

  • 1Z0-046 Study guide - recommendations?

    I am trying to find good and reliable sources for study guides and practice Q & A for exam 1Z0-046 - "Oracle Database 10g: Managing Oracle on Linux Certified Expert".
    Normally I use self-test software for this purpose but unfortunately they only seem to provide the more mainstream certifications and upgrades.
    Do you guys have any recommendations on alternative suppliers of study guides etc ? A quick search on the internet reveals for example [removed by moderator - know braindump site] which at first glance seems alright.
    Another one is [removed by moderator - known braindump site] which also seems like a good choice.
    Any recommendations and/or previous experience would be appreciated.
    Regards,
    V
    Edited by: Certification Forum Moderator on Sep 23, 2010 8:05 AM

    I have to advise you to check www.certguard.com before you go to any website for certification prep, to check whether a site is legitimate or not.
    Both of the websites you mentioned, testking and cert-insider, come up as braindump sites.
    The implications are that, by using materials from there, you violate the agreement you make with Oracle when you take the test, and can have your certifications revoked.
    I looked on Amazon, and saw that there's a book called Oracle Database 10g Linux Administration. That was the only resource I could find for the test, so probably you will want to delve into Oracle's online documentation to prepare.

  • OCA/OCP study guide

    Hi All,
    I have a question about the 1Z0-803 and 1Z0-804 exams study guides. what do you think? Is it OK to use "Sun certified programmer java 6 study guide by kathy sierra" as a study guide for OCA/OCP exams?
    Thanks
    Lina

    Lina,
    Yes the book is very good for 1Z0-803 exam along with oca 7 training lab. For OCPJP 7, we are yet to find study books.
    Thanks
    Treacy.

  • Where to buy the study guide for Oracle Forms Developer 9i or 10g

    Hi, I am learning Oracle Forms Developer Build Internet Application. I am comfortable with SQL and PL SQL. I need authenticate Oracle Study Guide for Forms Developer which will help me in learning basics to advance level but I cannot afford the classroom course, it is beyond my pocket capacity. So I would like to know if Oracle sell only the study guides. I inquired at Book Shops in my area but did not get any help.

    Affan wrote:
    I just went through Oracle Press and Sybex websites and it seems none of the books available suits my requirement. Not everyone can afford class room training unless it is fully or partially sponsored by their employers. And I don't understand what people learn in just 5 days.All the information you need to learn the products and pass the certification exams is available in the freely available Oracle documentation. Sure, it's nice to have the Oracle University training or exam prep books which is often specifically focused on the topics on the certification exam, rather than having to combine data from a few different manuals. But there the free Oracle documentation is pretty darned complete and you'll likely learn more from working through that documentation than you would from the Oracle University material just because you've got to do the work to put things together.
    Justin

  • Sybex Linux+ Study Guide

    Hey,
    I am studying for my Linux+.   I got the Sybex book because I used them in the early 2000's and liked them.  They used to give you a PDF on a CD as well that you could use which was handy if you didn't have your book with you.  It was also handy because you could zoom it in (since I wear bifocals now) 
    They don't offer the PDF any more.  Any other good study guides that come as e-book or PDF?
    This topic first appeared in the Spiceworks Community

    pravric wrote:
    where can I get a study guide ( not practice exam) for *1Z0-450*: Oracle Application Express certified developer exam?I am not aware of any exam focused study guide .... there are a number of books ... some of which are shown at the end of the video whcih may be helpful .... http://blogs.oracle.com/certification/entry/0235 .... though bear in mind at least one has been updated to a 4.0 edition. And there may be some never ones as well. ( I recall, possibly very incorrectly, the PACKT one was promoted exclusively at an earlier incarnation of the video when I first saw it .... but I could have been very very wrong in this and my memory may have failed ). There is the Oracle online documentation as well.

  • 1Z0-882 study guide (MySQL 5.6 Developer) - recommendation

    Hi
    I hope that will help others,,,,,
    I found a good study guide for 1Z0-882 (Oracle Certified Professional, MySQL 5.6 Developer)
    http://shop.oreilly.com/product/0636920032274.do

    @Matthew Morris
    Do you plan to release study guide for 1Z0-882 MySQL 5.6 Developer? I recommend you, because MySQL has much larger user base and that means more $$ for you.
    I have a list of definite and potential exams that I plan to write guides for.  I am currently working on one for 1Z0-460: Oracle Linux 6 Implementation Essentials and hope to release that in a couple of weeks.  Then I have at least one (1Z0-054: Oracle Database 11g: Performance Tuning), and possibly two (second undetermined) that I want to do before I start on guides for the 12c exams (1Z0-060 and 1Z0-062).
    When I saw that 1Z0-882 and 1Z0-883 were in beta, I added them to my list.  However, I have no idea when (or if) I'll get to them.  I can guarantee that it will not be this year.  Next year... who knows. 1Z0-460 was not originally in my near-term list of guides to write.  I switched from 1Z0-054 to it because I got an opportunity to take a boot camp for Oracle Linux 6 and decided to write that guide while the information was fresh in my memory.  Because I don't have a contract with a publisher to write this book by that date... the actual order of the guides is fluid and gets determined weeks (or even days) in advance rather than months.

Maybe you are looking for