posted 23 years ago
Hello everybody,
I have following queries.
Requesting for help.
1. When creating javadoc, I get 70 warnings saying @serial tag missing... !!! ? Is it ok ? or i have to implement serializable in FbnRemoteData and other class ??
2. My client programm starts with FbnClient... and then FbnClient starts Mode class (for selecting mode) and then FbnUI (user Interface).
My problem is what should i write in explanation and in javadoc comments. Should I write
" FbnClient initialises mode class and once mode is selected FbnUI class is initiated."
OR should i write
" FbnClient intantiates mode class and then FbnClient intantiates FbnUI..."
OR "FbnClient creates instance of mode class and once mode is selected, instance of FbnUI is created..."
my mode class (one method) returns DataClient object.
i.e. in mode class , either Data class object is created or "FbnRemote" class object is created....
Exactly I am not theoratically sure whether it is refernce that is returned (by method) or it is the object as a whole that is passed. ?
If i am not wrong, Data class 'object' will pass (in local mode ) while FbnRemoteData refernce will pass(network mode) is this right ? if so could i write in javadoc that..
" in local mode, Data Object will be returned and if remote mode is selected, reference of the FbnRemote object will be returned by the ...method. "
kindly help
regards
Reena k.