Queries questions regarding jdbc and jsp
Hi,
I have a few questions regarding jdbc and jsp:
1. where does the implementation of the Interface Resultset take place?
2. which one is better Resultset or Recordset?
3.if in 1.jsp file i include 5 jsp files using inclde directive, then during the translation phase in total how much .class files are generated?
4. is it possible to synchronize the entire jsp file, if yes then how is could be done?
Thanks,
Javaqueue

