-2

Possible Duplicate:
how can I import a file in java programming language

How can we read and write a file in java? What are the basic operations to do this?

Community
  • 1
  • 1
Niya Simon C
  • 279
  • 2
  • 4
  • 10
  • 3
    do some work searching before asking a question like this. Search engines are your friend. – Matt Phillips Jul 08 '10 at 00:10
  • it also looks like you asked the exact same question already and got some nice links that give you EXACTLY what you need to do this – Matt Phillips Jul 08 '10 at 00:11
  • Rather than submitting a new question, you should have responded to the comments on your previous question and edited it. – Stephen C Jul 08 '10 at 00:23

1 Answers1

2

Reading and writing text files in Java

zengr
  • 38,346
  • 37
  • 130
  • 192