UPDATE AND DELETE RECORD IN JAVA | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

UPDATE AND DELETE RECORD IN JAVA

My task is a about a program that create/add some information it can display all record but idont know how to update and also delete the data

5th Dec 2020, 4:03 AM
Daniel Atan
Daniel Atan - avatar
3 Answers
+ 7
Yeah you can update and delete a data in java... Have a look on this blog - https://www.c-sharpcorner.com/blogs/insertupdate-and-delete-record-in-java Here md sarfaraj had told about updating and deleting + inserting even! Might help u✌️
5th Dec 2020, 5:15 AM
Piyush
Piyush - avatar
5th Dec 2020, 4:12 AM
Sâñtôsh
Sâñtôsh - avatar
+ 1
You must learn JDBC. There is a lot to talk about so it's better if you just follow this blog. https://www.codejava.net/java-se/jdbc/jdbc-tutorial-sql-insert-select-update-and-delete-examples
5th Dec 2020, 4:14 AM
Avinesh
Avinesh - avatar