• 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

Question On SCJP 5.0 Objective 1.4

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Objective 1.4 of SCJP5.0 is:
Develop code that declares both static and non-static methods, and - if appropriate - use method names that adhere to the <b>JavaBeans</b> naming standards. Also develop code that declares and uses a variable-length argument list.

Will we be expected to know about JavaBeans also for the SCJP5.0 exam?

I am asking this question because the above objective has mentioned about JavaBeand naming standards.

Thanks
Anand Vardhan
 
Sheriff
Posts: 14691
16
Eclipse IDE VI Editor Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It probably means knowing how to use getter/setter methods of JavaBeans.
For example :


For a great Study Guide :
SCJP Tiger Study Guide
[ January 10, 2006: Message edited by: Satou kurinosuke ]
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes you need to knwo the basics of what a JavaBean is. In this case, mostly just private instance variables and getters and setters.

Mark
reply
    Bookmark Topic Watch Topic
  • New Topic