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 / shivendra
I think firstly when we write data into to excel it is not
to be saved in excel. So we need the save operation or we
can close the file after write operation and then open it
and read it.
Is it correct ans?
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What modifiers may be used with an inner class that is a member of an outer class?
Difference between new operator and class.forname().newinstance()?
what is an isolation level?
Explain about RMI Architecture?
What are the pros and cons of detached objects?
what is handle?
What do you mean by Socket Programming?
What’s jboss jbpm?
What are the different class loaders used by jvm?
How would you detect a keypress in a jcombobox?
Which javutil classes and interfaces support event handling?
What is the diffrence between a local-tx-datasource and a xa-datasource?
Why do I get a duplicate name error when loading a jar file?
Is there a guarantee of uniqueness for entity beans?
Is “abc” a primitive value?