• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Just passed SCJP

 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Folks,
Thanks to you all.
Without this site, it would have been difficult to pass the exam. Got 81%, 10% more than what I wanted. I love it.
Exam was neither easy nor tough, but, way better than some mock tests that I had given. I suggest everyone give the mocks on this site...
http://www.geocities.com/SiliconValley/Orchard/9362/java/index.html
They had a wrong question with an append method on a string object. I had to write the output. I did not write it as it would give compiler error. Did I do that right?
Again, thanks a bunch and good luck to u all.
- rexian
 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats.
All the best for your future endavours.
I din't get you on the string append qstn.
Regds.
- satya
 
rexian
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Satya,
They asked a question on String. They applied append() method on string. String has no append method, StringBuffer does. It will give compiler error. Right? Now, they wanted me to write the final value of string object after they did some more operations on it. The bottom line, the piece of code will not work.
So, I did not answer the question at all. Left incomplete.
Hope this explains...
Thanks,
Rexian
 
Don't count your weasels before they've popped. And now for a mulberry bush related tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic