![]() |
Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
I am writing the following programme to create a log file and write to it. import java.util.*; public class testOStream{ public static void main(String args[]){
} The output i am getting in the file Test.log is as follows Can anyone please help me in why I am getting the junk characters in my log file besides the desired string!!
Replies:
|
Sponsored Links
|