Hi, all.
I have just started a
SCJD. And i got a question in my mind.
Sun provides a interface called DB. Methods in there have returnValues and methods parameter as
String[] which String array holds datas.
I am wondering that Do i need a Value Object to transfer data between Cilent and the server?
For the RMI networking.. Is String array able to be transfered?
If so, I do not need VO. right?
If not, can i create an anothere facade class to call DataAccess class?
Do i have only String[] return value? because i downloaded an assignemtn 2 years ago. I guess that mime is too old one. you guys one has object return value.
Cheers.