• 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

Memory management and garbage collection for oca 7 ?

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi folks,
I am reading k&B book to prep for OCA 7 exam,and I want to know if garbage collection topic is included for exam? I think it is not,looking for clarification.

I have found some topics on JavaBeans in the book,is this part of the exam topic ?

Thanks in advance

 
Author
Posts: 375
22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Kavya,

JavaBeans is not on the OCA Java SE 7 Programmer I exam. The following exam objective expects you to understand how Java manages memory allocated to an object, including garbage collection:

2.4 Explain an object’s life cycle

Thanks.

With respect,
Mala
reply
    Bookmark Topic Watch Topic
  • New Topic