CSC409 Advanced Java Programming

Advanced Java ProgrammingTU Board 2082

Discuss about JSP implicit objects. Assume a database with the table TEACHER (ID, Name). Now using JDBC, execute the following SQL query: a. select from TEACHER; b. insert into TEACHER values (8,…

10

Discuss about JSP implicit objects. Assume a database with the table TEACHER (ID, Name). Now using JDBC, execute the following SQL query:

  • a. select * from TEACHER;
  • b. insert into TEACHER values (8, 'Ramesh');
  • c. select name from TEACHER where ID = 9;
A worked answer is on its wayMeanwhile, read the Advanced Java Programming notes for this topic.

Discussion

Loading…

More Advanced Java Programming questions

All Advanced Java Programming old questions