• 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

Syllabus Q(310-035)

 
Ranch Hand
Posts: 132
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In Java 1.4 Exam (310 - 035) StringBuffer is not covered - Is it right?

In case of Strings, I can see only �Describe the significance of the immutability of String objects.� point on Sun website.

Asking this question because on
Dan's Website , it is given String Buffer in Section 8.
Thank you in Advance.
[ November 29, 2004: Message edited by: Nitin Bhagwat ]
 
Ranch Hand
Posts: 151
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You appear to be right. Sun's website listing the exam's objectives does not explicitly list StringBuffer. Nonetheless, some (ahem... hint, hint) basic knowledge of StringBuffer is needed.
 
author
Posts: 9050
21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
J is correct! Even though the objectives don't say so, you most probably get several questions that use the more common methods of the StringBuffer class!

- Bert
 
Nitin Bhagwat
Ranch Hand
Posts: 132
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you Borderi / Bert,

Sun's website listing the exam's objectives really needs lot of improvements other than just �StringBuffer�. I was ignoring all StringBuffer questions!!

Anyway, can you please inform what else (similar like StringBuffer) is not mentioned on Sun�s website and they are expecting from us?

Thank you in Advance.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic