Dave L.

3,143
Reputation
102 views

Registered User

Name Dave L.
Member for 1 year
Seen Nov 25 at 23:55
Website
Location US
Age
Nov
12
awarded  Popular Question
Nov
11
comment Is it safe to get values from a java.util.HashMap from multiple threads (no modification)?
This is "safe" in that it enforces the immutability, but it doesn't address the thread safety issue. If the map is safe to access with the UnmodifiableMap wrapper then it is safe without it, and vice versa.
Sep
28
comment How to stream XML data using XOM?
Agreed on both counts.
Sep
25
answered How to stream XML data using XOM?
Sep
16
awarded  Guru
Sep
10
accepted Findbugs warning: Equals method should not assume anything about the type of its argument
Sep
2
revised Virtual Memory Usage from Java under Linux, too much memory used
fixed typo
Aug
28
awarded  Nice Answer
Aug
27
awarded  Yearling
Aug
5
awarded  Nice Question
Jun
19
awarded  Nice Answer