
i mean in prepared statement we write insert command as INSERT INTO tablename VALUES(?,?)
but in normal statement we write insert into tablename(jtextfiled1.gettext(),jtextfield2.getText());
whats the difference between these two and which is more efficient?
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
