For becoming a Sun Microsystems certified java programmer...

Is that enough reading this book:"The Complete Java Certification Succes Guide" without having a cours from Sun?
i'm not a programmer from beginner level. and which one is better for you: becoming a PROGRAMMER or a DEVELLOPPER?? what is the difference ebtween these choice?
Thanks,

You can pass the Programmer exam without a course. Read books and take as many mock exams as you can (start with www.javaranch.com) until you feel you have mastered the material.
Programmer certification comes first - you cannot take the Developer cert without passing the Programmer first.
The Programmer cert is an exam only and focuses on Java syntax - you learn to be a "human compiler".
Developer cert is an assignment and a follow-up exam. It takes a significant amount of work and you need to show competency in design, coding, networking, Swing, and file i/o.
The Web Component Developer cert is exam only and requires knowledge of Servlets and JSPs.

Similar Messages

  • How can i become Sun Certified Java Programmer?

    Dearl All,
    Can anyone tell me how can i become Sun Certified Java Programmer?
    Thanks in Advance..
    thanks & Regards,
    Mark Spenser
    [web design los angeles|http://www.plaveb.com]

    No link sigs in here please.
    See this link for all information needed:
    [http://www.sun.com/training/certification/]

  • Sun certified java programmer

    Hi,
    I want to become sun certified java programmer.what is the fees structure for this test in uk ? Are they providing reading materials ? where i can get more information.
    Regards
    Donald
    [Electronic Cigarettes|http://www.juicycigs.co.uk]

    donold wrote:
    Hi,
    I want to become sun certified java programmer.what is the fees structure for this test in uk ? Are they providing reading materials ? where i can get more information.Don't post link-spam. I'm blocking your post, and I'll lock your account if you do it again.
    Kaj

  • Verify A Contractor Is A Sun-Certified Java Programmer

    Hi,
    Is there any place on the Sun website -- or any other way -- that I can verify that someone is in fact a Sun-Certified Java Programmer?
    Thanks,
    hotquietday

    Professional student, indeed. 2/3 of the people I work with have the cert - one of them is my manager (he used to push bytes, so that's not as odd as it may seem). Did their performance increase after studying for it? You betcha - because before the studying they were just using Java, not "grokking" it.
    On the other hand, I've interviewed candidates with the usual alphabet - and they could not write a single line of code on a whiteboard because it wasn't an IDE! They could parrot, from the books, exactly what the GC does, but did not understand it.
    The solution to the OP's question is - take it at face value. But you must also certify, for your own self, that the person does know what they're doing. If they can prove that they are capable, then the cert is probably "worth" something. If not... <shrug>

  • * what can i get if i become a certified JAVA programmer? *

    helo! currently im sharpening my skills in java programming, i live in the Philippines and i intend to to get Sun Microsystem's java certification program...
    assuming that i pass the requirements, what do i get? what's next?

    Take a look at http://suned.sun.com/US/certification for more details

  • How can I get a certified java programmer ???

    Hello to all Java Programmer out there!!
    Can somebody tell my what I must do to get a certified java programmer?
    You can send me an email to the adress [email protected]
    Thank you!

    Wow, 5 responses, only one of them valid! Then again, a statement like that begs to be picked on! Anyway, another good site would be www.jchq.net. Lots of good resources, but I also suggest going to B&N (or some other big book-seller), and get a certification book. My general rule of thumb is, the bigger the book, the better. That's not always true, but it's good to go on. I'm picking one up this weekend, hopefully. Study, study, study!!!
    James

  • I want to prepare for sun certified java programmer level 1 scjp so give me

    hi,
    i want to prepare for scjp exam
    please provide me material for the exam
    and accordance with new ly revised syllabus
    byew

    hi,
    i want to prepare for scjp exam
    please provide me material for the exam
    and accordance with new ly revised syllabus
    byewYou will fail if you don't know how to google and find information. This question is asked very often, and a simple google search will give you lots of information.
    Kaj

  • Sun Certified Java Programmer (SCJP)

    Hi,
    Does this Certification include EJB related questions ?
    Thank u.

    NO. ONLY THE CORE JAVA.
    YOU NEED TO HAVE MORE KNOWLEDGE ON THE STRUCTURE OF THE JAVA PROGRAM.

  • Certified Java Programmer

    Hi everyone,
    I know this question may not fit into this category, but I did not know where else to put it.
    I've been looking through the certificates you can get from Sun. My question is:
    1. Is it worth it? Would an employer value a certificate more than, equally or less than a degree from a university (specifically KTH, Stockholm/Sweden)?
    2. How hard are these tests? I've been programming for about 3 years, but have no programming-education (I'm not that old either). The courses seem quite expensive, at least over here.
    3. Is it possible to find any sample questions?
    Thanks on advance,
    Nille

    Hi everyone,
    I know this question may not fit into this category,
    but I did not know where else to put it.
    I've been looking through the certificates you can get
    from Sun. My question is:
    1. Is it worth it? Would an employer value a
    certificate more than, equally or less than a degree
    from a university (specifically KTH,
    Stockholm/Sweden)?In my opinion, the certification worth something, but not, at any rate, an university degree. Hey, you're comparing a little 90 minutes or so test with a 3+ years degree!
    >
    2. How hard are these tests? I've been programming for
    about 3 years, but have no programming-education (I'm
    not that old either). The courses seem quite
    expensive, at least over here.
    The exam is hard, but not too much if you study a bit and make sure your master all the objectives.
    3. Is it possible to find any sample questions?
    There's a lot af them on the net. Search google for cram questions java or mock question. You can also search for the site java ranch.
    Thanks on advance,
    Nille

  • Beginning java programmer

    I'm currently a computer programming student. I've previously taken VB, & C++. We've just started doing applets in my java class, and I'm really starting to enjoy the language more that previous ones. I was wondering where to I go from here. I've got the jdk 1.3 & editplus2 at home and am doing basic stuff with it. The book that I have goes over the basics,inheritance,understaind awt, layout managers/event model, exeception handling, file input/output, and multithreading and animation. But my class will probably not get through what is covered in this book. I'm moving along nicely at home with it, but what I be learning next? Any books to recommend?(I work at a bookstore so finding them isn't a problem) I'm just looking for some direction. Thanks.

    You do not mention what book you have. If you do not have it already I recommend Core JAVA 2 Volume 1 - Fundamentals. The authors are Cay Horstmann and Gary Cornell. It is part of the SUN Microsystems Press Java Series. I used it in Java I. You can probably walk through the book yourself if you are disciplined. It covers all of the basics and the examples get you going.
    I also use Beginning Java 2 by Ivor Horton. It was my Intro to Java book. This is also a great for beginners. If I had to recommend between the two I would say Core. It covers most of the same stuff (all plus some if you pick up Core Volume 2) and is easier to read.
    Also, do not be a stranger to the trail... http://java.sun.com/docs/books/tutorial/trailmap.html and
    tutorials... http://developer.java.sun.com/developer/onlineTraining/new2java/divelog/part1/page9.jsp
    A lot of great information there!

  • Where to take  java exam for Java programmer certified

    HI,
    I wonder where to take java exam for Java programmer certified?
    Regards,
    Jason

    http://suned.sun.com/US/certification/

  • Requirements to become an Oracle certified Java application

    Hi everyone,
    I want to know any information on how to become an Oracle certified Java application for the company I work for.
    Technologies involved are Java and Eclipse.
    any information or contact you can provide will be highly appreciated.
    Best regards,
    Sebastian

    My suggestion is:
    Consider First:
    1) The exam 1z0-051 which should demonstrate your SQL skills.
    2) The exam 1z0-047 which should earn an SQL Certified Expert Certificate.
    Beyond that you will need to become more familiar with PL/SQL and go towards a PL/SQL developer OCA then OCP
    I believe the following thread is relevant 1Z0-146
    Read the blogs/FAW at the top of the forum, and become familair with the oracle education certification pages.
    You may also seek out some the the '2-day' training as well.
    Hoep this helps.

  • How to become a good java programmer

    Hi guys
    I have been in touch with java for 3 years but I have not learned it from basic and fundamentally, so I started to learn it from very basic. but how can I become a good java programmer? can we put the answer of this question in steps ?
    Thanks

    Alex_Haze wrote:
    Hi guys
    I have been in touch with java for 3 years but I have not learned it from basic and fundamentally, so I started to learn it from very basic. but how can I become a good java programmer? can we put the answer of this question in steps ?
    Thanks1) Get a good java book and read it from start to finish. Understand and then use every technique demonstrated in the book before moving onto the next.
    2) Develop good programming practices in general. Use resources like Code Complete and software engineering books to improve the quality of your code and development practices. This is a typical programmer's bookshelf:
    [http://www.codinghorror.com/blog/images/my-programming-bookshelf-small.jpg|http://www.codinghorror.com/blog/images/my-programming-bookshelf-small.jpg]
    3) Learn new things, always. Start witing things in J2EE. Start writing things in Swing. Even pick up a new language. Different perspectives help you see things in different ways and let you think in new directions.
    4) Pay attention to detail. Strive to write the very best code you can every time. Think constantly about how you can do it better.
    5) Solicit feedback from peers, coworkers, and quality online communities. Ask them how you can do it better. Post code examples and trust your gut if you suspect that something could be done a better way.
    6) Accept that it won't happen overnight. The road to being a "good" programmer is a long one.

  • Sun Certified java Web Services Developer Certification

    Hello,
    Please suggest me book and online exam simulator so that i can prepare for Sun Certified java web Services Developer Certification (not Sun certified web component developer) for J2EE5 (not j2ee 1.4).
    Please hekp me in this regards,
    Meeraj

    Hi
    We have book for Java Web service exam.
    Sun Certified Developer for Java Web Services Study Guide (Exam 310-220) Certification Press (Paperback) by Prasad Kukkamalla (Author), Jerome Josephraj (Author)
    or
    The below web site will cover entire syllabus
    http://java.boot.by/wsd-guide
    Thanks
    Srivignesh

  • Sun Java Programmer Plus Certification

    Is this being offered anytime in the future?

    jwenting wrote:
    and what would that be? Another piece of crappy paper telling you're "better" at grinding factoids into your head than someone who merely succeeded in grinding enough useless factoids into his head to guess right on enough of the questions on the SCJP exam?
    Another thing for resume stuffers to put on their list of useless certs?Actually looks like it will be based on programming rather than answering odd questions:
    [http://www.selikoff.net/2009/07/06/sun-java-programmer-plus-certification/]

Maybe you are looking for

  • BW 3.5 Start Routine Start Routine Code

    Hi, I am writing a Start Routine in BW 3.5 and the logic we have seems to be working but not updating the target ods. We are adding a date field to the target ODS and need to source it from another ODS.  The key structures for each ods is different T

  • Migration eines Imac

    Maybe someone can help me. I am waiting so that the new iMac is finally order and configurable. There is November and December - but Apple has the year forgotten and which have no order and configuration is possible, is the hope of 2012 probably disa

  • Error when launching Flex 4.5 mobile app.

    Any ideas why I'm getting this? Its an AIR app, not Firefox, so ??? TypeError: Error #1009: Cannot access a property or method of a null object reference. at ominds::Firebug$/connect() at flashfirebug/allCompleteHandler()

  • I have NEF files that won't preview in Bridge CS6

    I shot two D3s last night and downloaded both cards.  One the NEF files preview like normal and the other has NEF files that won't preview but open in Photoshop just fine.  Anyone know why they won't preview?

  • In the develop module, sliders jump about when clicked

    In the develop module, sliders jump about when I try to click on them. This happens after I re-size the window by dragging to the left in order to make the sliders longer. Any ideas on How to stop the sliders from misbehaving?