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
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Answer / siva thimmannagari
i told the interviewer like- the thread which is going to
write to excel in SLEEP model.he told like there is no
sleep statement in between READ and WRITE..
i dont know the answer
| Is This Answer Correct ? | 0 Yes | 1 No |
what is the life cycle of jsp?
How is a java object message delivered to a non-java client?
When you will synchronize your code?
What is abstract schema?
How are the elements of a cardlayout organized?
Can you write Java code for declaration of multiple inheritance in Java ?
when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??
What invokes a thread?s run() method?
Describe activation process?
Explain the purposes of methods wait(), notify(), notifyAll ()?
What are the services in RMI ?
Explain the methods of Naming class, rebind( ) and lookup()?