Chapter 12: Problem 5
Method getResult Table of TipTestservlet creates a two-dimensional Stringarray Resultset representation. However, because these dimensions are pre-defined (seven rows by five columns), the string array cannot store additional rows if we append another tip to the database. Modify TipTestservlet so that it can handle any number of tips from the database. Use techniques shown in Chapter \(8,\) Java Database Connectivity \((\mathrm{JDBC}),\) to create a scrollable Resultset so that you can determine the number of rows in the Resultset and size the string array accordingly.
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.