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 Stream Tokenizer?
What is the purpose of the finally clause of a try-catch-finally statement?
Is jvm a overhead?
Is it possible to stop the execution of a method before completion in a sessionbean?
What is JTS?
Are there books about seam?
Do we need to override service() method
What are externizable interface?
Why use a datasource when you can directly specify a connection details? (in a J2EE application)
Why are my checkboxes not being set from on to off?
How database connectivity in XML is achieved?
Why use POJO when I can use hashmap
what is handle?
how do you Handle Front End Application data against DB with example?
What’s jboss cache in short?