I am trying to insert the date in oracle using java.util.Date object , but when i am trying to create a date object it is showing that the constructor for Date is deprecated.
how to solve the issue and suggest a possible solution to insert the date in database.