End of the Chapter

Classic programmed-learning exercises, refreshed for modern Java and presented in the current MrStyner.com portfolio style.

Modern Java noteThis archive has been refreshed for Java 25 LTS. Core language concepts remain useful, while outdated setup instructions and browser-era Java are labeled or replaced. Java 26 is the current feature release; Java 25 is used here as the stable teaching baseline.
go to previous page   go to home page          

Answer:

A Writer stream translates the characters in a String into UTF character format, which can accommodate many alphabets.

End of the Chapter

For most Western characters, UTF format is identical to ASCII.

Use DataOutputStream.writeBytes() for character output to files that have mixed data types. If a file contains only characters (a text file) use the Writer methods.

You have reached the end this chapter. You may wish to review the following.

You have reached the end of the chapter.

go to previous page   go to home page