Java On Cannot Ref from Static Content
by Mark Webb,
November 09, 2007 15:00
Is there a way to change it...
1 2 3 4
public class Space { private int count; private String varStr; ...
Java Cannot Ref from Static Content
by Mark Webb,
November 09, 2007 14:45,
7 refactorings
If anyone can tell me what ...
1 2 3 4
public class SchoolRoom { private String [] students; ...
Java Help with new methods
by Mark Webb,
November 06, 2007 07:28,
6 refactorings
Having some trouble with th...
1 2 3 4
public class Parks { private String[] parkingBays; private int numCars; ...
Java Errors With Exception
by Mark Webb,
November 05, 2007 07:03,
4 refactorings
It compiles, although when ...
A way to make the class wor...