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 difference between static and non-static with examples?
What are the services in RMI ?
diff vector arraylist
Will the general public have access to the infobus apis?
what is JTA ?
What are the different types of exception?
How are the elements of a cardlayout organized?
Is the ternary operator written x : y ? Z or x ? Y : z ?
Will it be called overriding if I do not change the parameters or return type, instead throw a different exception in the method signature.
What is a class loader? What are the different class loaders used by jvm?
Explain how will the struts know which action class to call when you submit a form?
What is a layout manager?