Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Decent tutorial on operators and assignments

  • 19-11-2009 04:16AM
    #1
    Registered Users, Registered Users 2 Posts: 1,559 ✭✭✭


    I did a java course that is supposed to prepare you for java se6 certification.
    I've been praticing java exams(SCJP) on http://www.javaprepare.com/faq.html
    and I moved onto the questions about operators and expressions and have discovered the course I did has actually thought me sweet feck all about this topic.
    These are the questions I'm talking about:
    http://www.javaprepare.com/quests/operat_q.html
    Nowhere in the course did it ever mention that I could assign a char to an int so I thought they were incompatible.
    There was other questions about booleans that I couldn't do that weren't covered in my course.
    It was very frustrating to discover this but I guess it's better knowing this than after booking and failing the real exam.
    Anyway could someone point me to a good tutorial that tells me all I need to know about operators and assignments?
    Also how much does it cost to do a scjp exam here?


Comments

  • Registered Users, Registered Users 2 Posts: 1,127 ✭✭✭Rulmeq


    Java certification is pretty worthless, but seeing as you are determined to do it, and the test itself basically asks you to do the job of a compiler in your head, then you should probably go through the Java Language Specification before you do the test.

    The 1.6 version is here (pdf) http://java.sun.com/docs/books/jls/download/langspec-3.0.pdf

    All of your questions will be definitively answered by it.


  • Registered Users, Registered Users 2 Posts: 1,559 ✭✭✭quinnd6


    Very good thanks for that.


Advertisement