This commit is contained in:
2026-02-26 15:23:48 +05:30
parent 50f79f67b1
commit 3835bad178
7 changed files with 63 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
19. write a java code to implement jdbc connectivity to insert records into tables to demonstrate PreparedStatement.
20. write a java code to implelment jdbc connectivity to insert records into the tables using positional parameter
21. write a java code to implement jdbc connectivity to delete records from table to demonstrate Statement.