Originally posted by Marzo O.C:
Why does the j variable get initialzed to 0 each time it comes back around?
Originally posted by Marzo O.C:
does the call to 'continue outer;' TERMINATE the current loop variables?
In other words, i know it continues with the next iteration of the outer loop, but does j get initialized back to 0 in the next iteration of the outer loop?
Originally posted by Jeremy Clark:
IIRC, Borland's JBuilder still installs a version of the 1.4 SDK and uses that.
Originally posted by Serge Plourde:
For some clarification: interfaces do not define constructors. Constructors belong to classes only.
Originally posted by Steven Bell:
[QBAs I said the variable 'a' is declared as type Animal and will from then on always be of type Animal. [/QB]
Originally posted by miguel lisboa:
why dont you experiment your own sugestions?
did you run my last post?
Originally posted by Steven Bell:
However the variable 'a' is still an Animal and therefore only Animal methods can be called on it.
Originally posted by Maduranga Liyanage:
[QB]
Can I refer like this as long as some_method() and some_vlaue is defined in keyboard interface?
Using "k" instance is it only mehods and variables of keyboard interface that I can call?
QB]
Originally posted by Manuel Moons:
I believe Swing is added to the standard classes since 1.3.