Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.55K
~330 People Reached
Favorite Forums
Favorite Tags
java x 1

1 Posted Topic

Member Avatar for pumpkin_pub

DrJava doesn't support the syntax [ICODE]java RandomSeq > mytest.txt [/ICODE] You can achieve the same by doing this: 1. Compile your program (e.g. RandomSeq.java). 2. In the Interactions pane, import the classes from the java.io package: [ICODE]import java.io.*[/ICODE] 3. Store the old System.out stream in a variable: [ICODE]PrintStream oldOut = …

Member Avatar for ashok2004_urs
0
330

The End.