java-reading

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • isarris
    New Member
    • Apr 2007
    • 2

    java-reading

    Hi!i would like to inform me how i can read a char type to java..i have already
    make a char array and i would like to read the char elements one by one..how can i do this?

    thank you!
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by isarris
    Hi!i would like to inform me how i can read a char type to java..i have already
    make a char array and i would like to read the char elements one by one..how can i do this?

    thank you!
    Read the API docs for the Reader class and select any of its applicable
    subclasses for the job.

    kind regards,

    Jos

    Comment

    • isarris
      New Member
      • Apr 2007
      • 2

      #3
      Yes i know this and thank you, but because i am not very experient in java i don't know which packages to import for reading a char symbol one by one,to the Reader class..

      Thank you!

      Comment

      Working...