pend(a); c.append(b);
> System.out.println(c.toString());
> }
> }
Er. How about
public class test {
public static void main(String[] args) {
String a = "a string";
String b = "another one";
StringBuffer c = a + b;
System.out.println(c
Mitch wrote:
> Sure, each server has terms and conditions that apply, doesn't mean you
> should be able to ban people from speaking just because you don't like
> what they say.
You are a silly person.
BugBear
--
http://mail.python.org/mailman/listinfo/python-list
Diez B. Roggisch wrote:
> bugbear wrote:
>
>> I'm just trying to use Grinder 3 to beat
>> up my http-app.
>>
>> Grinder 3 comes with its own jython.jar.
>>
>> Some of the sample scripts:
>> http://grinder.sourceforge.net/g3/script-gallery
aked my way round that by using Doug Lea's
concurrent library in java, which I can call
from Jython.
http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html
But I'd like to know how to do it "right"
BugBear
--
http://mail.python.org/mailman/listinfo/python-list