| Author |
Should I must program for closing data file?
|
long lingyu
Ranch Hand
Joined: Feb 15, 2004
Posts: 51
|
|
|
MustI program for closing data file? I don't code for closing file.
|
 |
Jacques Bosch
Ranch Hand
Joined: Dec 18, 2003
Posts: 319
|
|
I think it is probably better if you do. All I did was to close my raf on my data class' finalize() method. But that wasn't the best way to do it, as it was probably never called by the GC. Never the less, I didn't lose any marks for that. But close it upon your server's or standalone modes' exit. I think that is best.
|
Jacques<br />*******<br />MCP, SCJP, SCJD, SCWCD
|
 |
 |
|
|
subject: Should I must program for closing data file?
|
|
|