"Mike Schilling" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> bugbear wrote:
>> Er. How about
>>
>> public class test {
>>   public static void main(String[] args) {
>>     String a = "a string";
>>     String b = "another one";
>>     StringBuffer c = a + b;
>
> String c (etc.), that is.

My answer, Mike. Since there was never any need for variables "a" and "b" to 
be separate, I'd just be blatting out

System.out.println("a stringanother one");

as the solution to this particular problem. It's just a confuscated Hello 
World.

AHS 


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to