User Profile

Collapse

Profile Sidebar

Collapse
Guest1234
Guest1234
Last Activity: Sep 7 '07, 09:19 AM
Joined: Jun 19 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Guest1234
    started a topic Java MultiThreading
    in Java

    Java MultiThreading

    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...
    See more | Go to post

  • Guest1234
    replied to JAVA to ORACLE Date Problems
    Hello,

    I am using Date format to store the Date....
    See more | Go to post

    Leave a comment:


  • Guest1234
    started a topic JAVA to ORACLE Date Problems

    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...
    See more | Go to post
No activity results to display
Show More
Working...