Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have a string received from server(j2me application ). I want to write this string into a file which i have to dynamically create.

share|improve this question
2  
try to avoid saying "sir". – bharath Mar 23 '11 at 7:20
possible duplicate of How to save the data into File in java? – Mat Mar 23 '11 at 7:24

1 Answer

See this article, Getting Started with the FileConnection APIs. And see this sample for using File Connection API.

share|improve this answer
Thank you Sir..... – Ranjeet Mar 24 '11 at 5:22
2  
@Ranjeet: I already told you dont say sir. Even dont say thanks just vote up and accept it. – bharath Mar 24 '11 at 5:31

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.