← Back to Users
brush2327's activity in the archive.
As far as verbosity and printf are concerned some of the new Java 5.0 features are designed to help: // Import of static methods and fieldsimport static java.lang.System.out;...private void someFunction(String someVar) { // New printf method out.printf("Hello %s\n", someVar);}
why not have a small but compulsory licence fee on home internet connections? You already pay 17.5% VAT on that as well whethers its a PAYG 0845/0870 dial-up or a monthly DSL/cable subscription.
As far as verbosity and printf are concerned some of the new Java 5.0 features are designed to help:
// New printf method
// Import of static methods and fields
import static java.lang.System.out;
...
private void someFunction(String someVar) {
out.printf("Hello %s\n", someVar);
}
why not have a small but compulsory licence fee on home internet connections?
You already pay 17.5% VAT on that as well whethers its a PAYG 0845/0870 dial-up or a monthly DSL/cable subscription.