Re: static methods and race conditions
From: GIMME (gimme_this_gimme_that_at_yahoo.com)
Date: 01/12/04
- Next message: nos: "Re: Need java class for encrypting to ascii printable chars"
- Previous message: Brad Horstkotte: "Re: JAXB - problem"
- In reply to: Tony Morris: "Re: static methods and race conditions"
- Next in thread: Jared Dykstra: "Re: static methods and race conditions"
- Reply: Jared Dykstra: "Re: static methods and race conditions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 12 Jan 2004 12:10:25 -0800
Thanks Tony and Silvio.
Just to be sure ...
class IsThisOK
{
static String go( String A )
String a = A
return a;
}
}
Can to processes assign little a in a race condition
and mess things up for one of the users?
- Next message: nos: "Re: Need java class for encrypting to ascii printable chars"
- Previous message: Brad Horstkotte: "Re: JAXB - problem"
- In reply to: Tony Morris: "Re: static methods and race conditions"
- Next in thread: Jared Dykstra: "Re: static methods and race conditions"
- Reply: Jared Dykstra: "Re: static methods and race conditions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|