[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [ajug-members]: Java 1.4 certification exam
And I wouldn't object to questions that verified I knew that kind of stuff.
My objection is to the esoteric questions on the exam. I consider myself to
have a basic level of understanding of GC, that the issues you bring up
suggest. The exam goes far beyond verifying that I understand these issues.
Steven Caswell
Sun Certified Java Programmer
steve@mungoknotwise.com
"War is an ugly thing, but not the ugliest of things. The decayed and
degraded state of moral and patriotic feeling that thinks that nothing is
worth war is much worse. The person who has nothing for which he is willing
to fight, nothing which is more important than his own personal safety, is a
miserable creature and has no chance of being free unless made and kept so
by the exertions of better men than himself." .... John Stuart Mill.
> -----Original Message-----
> From: Corey [mailto:corey@spectrumsoftware.net]
> Sent: Thursday, May 20, 2004 4:39 PM
> To: ajug-members@ajug.org
> Subject: Re: [ajug-members]: Java 1.4 certification exam
>
>
>
> I agree with Paul. There's more to it than you realize.
> Some people think there
> are no memory issues in Java, simply because it has a
> garbage collector. The
> truth is that it can be just as hard to do memory
> management in Java as it is
> in C++, if you're not familiar with how and when objects
> can be collected.
>
> Just my $0.2
>
> --Corey ______________________________________________________
> William C. Brown
> Chief Architect. Spectrum Software Inc.
>
> 11445 Johns Creek Pkwy
> Duluth, GA. 30097.
> Suite 300.
> Tel > 770.813.4952
> e > corey@spectrumsoftware.net
> web > www.spectrumscm.com
> yahoo > caldron68
>
> ----- Original Message -----
> From: "Paul Philion" <philion@acmerocket.com>
> To: <ajug-members@ajug.org>
> Sent: Thursday, May 20, 2004 5:15 PM
> Subject: Re: [ajug-members]: Java 1.4 certification exam
>
>
> > Steven -
> >
> > Personally, I think it is *very* important to understand the
> > ins-and-outs of garbage collection in Java, as it is the
> most important
> > aspects of writing Java code that will run over a period of time.
> >
> > But that's just MHO.
> >
> > - Paul Philion
> >
> > Steven Caswell wrote:
> > > Pay special attention to garbage collection. For some reason, the
> > > exam writers take great pleasure in asking esoteric GC questions
> > > that are totally useless on a programming exam and that aren't
> > > covered in the two or three prep book I've used. I missed more
> > > questions in this area than any other on the exam. One
> bit of advice
> > > I've given to others is that unless you understand GC VERY well,
> > > plan on getting as many questions correct in other areas,
> and don't
> > > spend much time worry about more GC than the basics.
> >
> >
>
>
>
>
>