iam writing the contents to a excel through I/O
i am putting first statement as WRITE and then READ(from
excel) immediately..later user complains that he is not
getting the date by using READ ..wat could be the situation
Answer Posted / dharmender
in this case, after write statement we can put flush statement to force the buffered bytes to be written. then the read statement will show the date.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the argument type of a programs main() method?
What is a modular application? What does module-relative mean?
Do you think that java should have had pointers?
What is a session? Can you share a session object between different theads?
When a thread blocks on i/o?
What do you mean by Socket Programming?
What is a policy?
What event results from the clicking of a button?
What is table mutation and how do you avoid it?
To what value is a variable of the string type automatically initialized?
Which containers use a border layout as their default layout?
What is permgen or permanent generation?
How many times may an objects finalize() method be invoked by the garbage collector?
What is message driven beam?
whats is statement and procedure