Re: variables?



On Mon, 31 Oct 2005 05:55:49 GMT, "Michael" <mbialowas@xxxxxxx> wrote,
quoted or indirectly quoted someone who said :

>Hello all, I need some reinforcement with variables.
>Are instance variables the same as fields( which are found outside a method,

fields could be static or instance. Some people might use the term to
include finals, others not. They are not methods.
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
.



Relevant Pages

  • variables?
    ... I need some reinforcement with variables. ... Are instance variables the same as fields(which are found outside a method, ... And local variables are found within methods. ... Prev by Date: ...
    (comp.lang.java.help)
  • Web Services and Threads
    ... When designing a program to expose as a web service, ... thread safe. ... I mean instance variables of classes. ... Prev by Date: ...
    (comp.lang.java.programmer)
  • Re: global variables are bad??
    ... On Monday 09 January 2006 10:15 pm, Lyndon Samson wrote: ... >) instance variables. ... Steve Litt ... Prev by Date: ...
    (comp.lang.ruby)
  • Re: Constructors + Information Hiding
    ... >//I know why this would be a useful constructor, ... http://mindprod.com Again taking new Java programming contracts. ... Prev by Date: ...
    (comp.lang.java.help)
  • volatile - small question
    ... more than one thread in my application then I should mark *all* ... instance variables within that class with the volatile keyword. ... Nick ... Prev by Date: ...
    (microsoft.public.dotnet.languages.csharp)