Source code for delete page. int conf = JOptionPane.showConfirmDialog(null, “Do You Want to Delete…!!!”,”Delete”,JOptionPane.YES_NO_OPTION); if(conf == 0){ try{ String sql = “delete from user where…
Just Coding Help & Others
Source code for delete page. int conf = JOptionPane.showConfirmDialog(null, “Do You Want to Delete…!!!”,”Delete”,JOptionPane.YES_NO_OPTION); if(conf == 0){ try{ String sql = “delete from user where…