developerinlondon
Programmer
i am quite new to Java and just porting to it from other language, but i cant seem to find any good books/documentation on this language. I am trying to test if a variable exists or not? does anyone know how?
eg
if (!exists(this.fh)) {
this.fh = ...;
}
except 'exists' doesnt work in java!
eg
if (!exists(this.fh)) {
this.fh = ...;
}
except 'exists' doesnt work in java!