Hi,
Small typo so I will not make a new
thread for this. In chapter 10, at the end of the section
Closing Database Resources, there is a " missing on line in the excerpt on line 14. I read
String url = jdbc:derby:zoo";
while it should be
String url = "jdbc:derby:zoo";
Regards,
Guillaume