Search:

Type: Posts; User: prashant.6388

Search: Search took 0.25 seconds.

  1. Replies
    8
    Views
    1,424

    Re: Error reading objects from file

    I am completely agree with you. Opening file in append more corrupts file.
    I tried it.
    Thanks for your suggestions.
  2. Replies
    8
    Views
    1,424

    Re: Error reading objects from file

    Hey guys thanks for your answers.
    What andbin said is correct each time it adds header before adding object.
    But i figured out that this happens because of following line of code....
  3. Replies
    8
    Views
    1,424

    Re: Error reading objects from file

    First and second code snippet i have given for inserting and reading object works fine.
    I am using following code to run it.


    public static void main(String args[]) throws IOException,...
  4. Replies
    8
    Views
    1,424

    Error reading objects from file

    Hi,
    I am trying to put objects in a file and later want to read them.
    I am using following code to add objects in file
    //for adding object in file


    public void addObject() throws IOException,...
  5. Replies
    1
    Views
    1,389

    Getting data from another jframe

    Hi,
    I am working on a program in which i have 2 jframes.
    From 1st JFrame i am calling 2nd JFrame.
    Now when 2nd Jframe is made visible( i have a simple button on 2nd frame) on clicking a button on...
  6. Creating a background service in java

    Hi,
    I want to implement a simple program just like reminder which will check system time and given time and will just give a pop up.
    But i want this to be happened in background but i dont know how...
Results 1 to 6 of 6