Re: newbie help
Re: newbie help
- Subject: Re: newbie help
- From: Gilles MATHURIN <email@hidden>
- Date: Mon, 3 Jul 2006 21:35:06 -0400
Hi ted,
I am a newbie like you so I can't explain the difference between your
book and what you got but i can advice you to read the PDF book
provided by Apple : Java For WO Developper, you will learn a lot on
Java, specially the mustknown to write and understand code in WO.
You can download this book here in the Download section of the ADC
member site. The book is in the PDF compilation of the all the
developper doc, provided as a .dmg file
As for the difference between protected and public :
theses keywords are "Access modifiers" and their role is to enforce
encapsulation. The public keyword allow any class to have acces to
your method or instance or class variables meanwhile the protected
keyword allow only subclasses to have access to them.
Hope it will help you.
Gilles.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden