• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

Sun Certification

Collapse
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    #21
    No Google

    <google_shield_on>
    I think that all are passed in by value. Primitives are passed in by value and Objects are not passed in , only references to them which strictly speaking would be a value.
    </google_shield_on>

    Do I get the boot or the contract now?
    There are no evil thoughts except one: the refusal to think

    Comment


      #22
      all you need for coding is:

      CTRL C

      and

      CTRL V

      and keep _tweaking_ it until it does something like
      what is being asked for

      Milan.

      Comment


        #23
        I've got the programmer cert that I did last yr because I'd bought the exam voucher and had to use it up, but haven't so far gone for any more. Next time I'm working away I plan on doing web dev and architect certs to pass the time. Some places might be impressed but generally ppl are looking for experience in particular areas rather than a cert to say u know 'something about Java'.

        I've never had an interview for a contracting role so never really been asked about it

        (its not what u know, its who u know )

        Comment


          #24
          An old argument

          I don't know if it still stands up to close scrutiny (if it ever did) but this was my opinion a few years back...


          Article about certification

          Comment


            #25
            Originally posted by sunnysan
            <google_shield_on>
            I think that all are passed in by value. Primitives are passed in by value and Objects are not passed in , only references to them which strictly speaking would be a value.
            </google_shield_on>

            Do I get the boot or the contract now?
            Yep. Everything in Java is passed by value. With objects you pass the pointer by value.
            Listen to my last album on Spotify

            Comment


              #26
              Do the SCJP.

              It's a useful exam, it will look good on your CV, and it will help you pass technical tests.

              I wouldn't bother with SCWCD or SCBCD etc. I've done them and they are just pointless memory exercises.
              Cats are evil.

              Comment


                #27
                Originally posted by Cowboy Bob
                Yep. Everything in Java is passed by value. With objects you pass the pointer by value.
                For some reason, most people I interview think that the object itself (not the reference) is passed by value (i.e. they think they are then working on a copy of the object)

                Come to think of it, quite a few devs don't even know the terms call by value, etc.

                Comment


                  #28
                  Originally posted by bobhope
                  For some reason, most people I interview think that the object itself (not the reference) is passed by value
                  In which case, ask them to explain how Collections.sort works.
                  Listen to my last album on Spotify

                  Comment

                  Working...
                  X