Problem in Inserting dates in Oracle Database Table

Hi!,I am using JDBC prepared statement to insert a date into Oracle table. The format of the date is to be like 20-JUL-01 . But I am not able to do using java.sql.Date object. Please help!
[202 byte] By [sowmiya] at [2007-9-26 1:20:57]
# 1
Try using the java.sql.Timestamp instead
leukbr at 2007-6-29 0:55:55 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...