Steve B.

8,591
Reputation
851 views

Registered User

name Steve B.
member for 1 year
seen 1 min ago
website
location NY
age
20m
answered Developers checking in non-conforming code
23m
answered Generate class diagram from existing javadocs
29m
asked Why does ruby output values like this?
33m
answered How to log the memory consumption on Linux?
1h
answered Writing Triggers or implementing actions by programming?
5h
accepted Value checking logic inside or outside of a class ?
18h
answered Is it possible to block/deny a cast conversion in Java?
18h
answered Overriding with subclass as a parameter and generics: where is it in Java Lang Spec?
19h
answered Grep and regular expression
19h
answered How to resolve Oracle error ORA-01790?
1d
answered Value checking logic inside or outside of a class ?
1d
answered Java Stanford NLP: Spell checking
Dec
3
answered Analyze GC logs for Sun Hotspots, JVM 6
Dec
2
accepted Adding Timestamp to Java’s GC messages in Tomcat 6
Dec
2
revised Java enum and additional class files
added 326 characters in body
Dec
2
answered Java enum and additional class files
Dec
2
answered Adding Timestamp to Java’s GC messages in Tomcat 6
Dec
2
answered StringBuffer append(””)
Dec
2
answered Relation between language and scalability
Dec
1
answered Limiting Thread Execution Processor Cycles in Java
Dec
1
answered Problem getting tomcat to start up on reboot
Dec
1
asked Registering a shutdown hook in Spring 2.5
Nov
23
answered From a Management POV: How much is a code review worth?
Nov
20
comment Is ConcurrentHashMap.get() guaranteed to see a previous ConcurrentHashMap.put() by different thread?
The javadocs for ConcurrentHashMap state that "retrieval operations do not block". Do you get the same results if you lower the concurrency level? How about substituting in a Collections.synchronized map to check that your test is correctly designed?
Nov
19
revised Persistence strategy for low latency reads and writes
edited body
Nov
19
answered Persistence strategy for low latency reads and writes
Nov
19
accepted final methods are inlined?
Nov
18
answered Java generics: multiple generic parameters?
Nov
18
answered J2EE how to start? Am I doing it right?
Nov
18
comment isAssignableFrom function of Class.java
This sounds good, but as far as I can tell from the javadocs class.isAssignableFrom is checking by the class type- are you sure that will take the different classloader into account?
Nov
18
answered isAssignableFrom function of Class.java
Nov
17
answered getting better performance appending strings than going through standard Java stringbuilder.append
Nov
17
comment Question on Java Generics Bounded Wildcard
+1 for a clear explanation of the differences. Minor quibble - I think you go too far in assuming the first is always the better choice - I'd say "needless to say" the better choice would depend on context.
Nov
17
comment Exception thrown after processing onSubmitAction
It would be helpful to post the stack trace.
Nov
17
answered Proper way to declare and set a private final member variable from the constructor in Java?
Nov
14
answered How to validate Java logging properties files?
Nov
13
awarded  Popular Question
Nov
12
accepted Static Classes in Servlet
Nov
11
comment Book recommendation for Unix shell commands
I was going to add this. Great book.
Nov
11
accepted Working with hibernate multiple Criteria with logical AND
Nov
11
answered Is Collections.copy broken (in OpenJDK 6)?
Nov
11
answered Working with hibernate multiple Criteria with logical AND
Nov
10
answered When and why should the Strategy Pattern be used?
Nov
9
comment What’s your favorite “programmer ignorance” pet peeve?
there can be a reason to write the constant 1st in java, though not with ints. if someValue is null, the test 'if ("A".equals(someValue))' will return false, while the test 'if (someValue.equals("A")) will throw a null pointer.
Nov
5
revised Possible to rearrange an array in place in O(N)?
First answer was wrong
Nov
4
awarded  Nice Answer
Nov
3
comment Good JSON Java Library?
To get a better sense, given the large number of JSON libraries used, of the quality of the libraries, maintenance, people's experience with them, etc.etc.
Nov
3
awarded  
Oct
28
accepted Increase heap size in java
Oct
27
accepted State of mind @ work