I have a complex Java program. I am using MultiThreading.
I implement a Runnable interface.
for example:
myRunnable implements Runnable{
myRunnable(int i, int j){
//do soemthing
}
run(){
// do something
}
}
Main(vector v ){
int size = v.size(); //(which is 10)
myRunnable[] coco = null;
for(int...
User Profile
Collapse
-
Hello,
I am using Date format to store the Date.... -
JAVA to ORACLE Date Problems
Hello,
I have a function in Java that stores the Date in Oracle Database,
If i Try to store todays Date (19/06/2007) it takes well in Java Program but its stores 18/06/2007 in Oracle Database.
My local TimeZone for Windows is Europe/Paris and is same for Oracle and Java.
If i change the Windows TimeZone to US/Canada (Pacific Time) , It stores 19/06/2007.
I dont understand how TimeZone of Windows is affecting in...
No activity results to display
Show More
Leave a comment: