Java Enterprize Challenge
Name:
Anonymous
2011-06-05 15:50
Program a Java that lets you use the printer in your applications.
Name:
Anonymous
2011-06-05 16:00
public class Main {
public static void main(String[] args) {
System.out.println("I'm a printer.");
}
}
run:
I'm a printer.
BUILD SUCCESSFUL (total time: 0 seconds
Name:
Anonymous
2011-06-05 16:10
>>2
Unbalanced parenthesis.
Name:
Anonymous
2011-06-05 16:18
>>3
It's pretty hard to balance a single parenthesis.
Name:
Anonymous
2011-06-05 16:20
But it's enterpize quality!
Name:
Anonymous
2011-06-05 16:26
>>1
Just use the
PrinterJob class in the standard SDK.
Name:
Anonymous
2011-06-06 11:31
Name:
Anonymous
2011-06-06 17:44