From: Douglas Livingstone Date: 2005-01-30T02:26:45+09:00 Subject: Re: FYI: what's OOP's jargons and complexities? > public class test { > public static void main(String[] args) { > String a = "a string", b = "another one", c = a + b; > System.out.println(c); > } > } That makes more sense, thanks. > Xah Lee usually talks about things, he doesn't understand. He's also > unable to learn anything new, from the explanations he receives. There > are many reasons to criticize Java, but it's unlikely that Xah will ever > come up with any of them. I can imagine that :) Cheers, Douglas