Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

________ added lo assertions in Badboy actually test for specific content on a p

ID: 3826864 • Letter: #

Question

________ added lo assertions in Badboy actually test for specific content on a page and provide either a pass or fail for the test. In order to use JFrecChart within a JSP application, a servlet reference to the desired class must be made within the ________ file. Circle the correct answer (cither T or F) for the following problems: SQL commands must be capitalized in order for the SQL engine to recognize them. T F Dropping a table will remove all contents from the database in use. T F Badboy testing software can only be used for unit testing. T F A stored procedure is a subroutine available to applications that access a relational database system. T F The 'mysql-connector-java-5.1 xx-bin.jar' file needs to be placed in the proper folder so that the calling API can reference this through the running JVM. T F

Explanation / Answer

Answer 11) False, SQL is case insensitive

Answer 12) False, DROP command will only delete the contents and the table which is mentioned, the rest of the other contents are safe in the database. They wont be affected.

Answer 13) False

Answer 14) True, yes they are designed to be used many times directly by different programs