ANKAMMA RAO JONNALAGADDA
unread,Apr 29, 2025, 11:16:49 PM4/29/25Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Discussion forum for Programming In Java
In Assignment 11 Question 5 , the correct answer is conn. prepareStatement(query), but not conn.createStatemet(query), as conn.createstatement(query) does not exist , only conn.createstatement() exists