Chris Mazzola

359
Reputation
56 views

Registered User

Name Chris Mazzola
Member for 1 year
Seen Nov 24 at 18:47
Website
Location Maryland, USA
Age 39
Nov
15
awarded  Good Answer
Oct
15
awarded  Nice Question
Sep
18
awarded  Popular Question
Sep
18
awarded  Yearling
Sep
9
comment How to check if internet connection is present in java?
The link to isReachable went to the wrong class. It's at java.sun.com/javase/6/…
Sep
9
comment In PHP, can you instantiate an object and call a method on the same line?
Great answer :P Made me laugh.
Aug
7
answered If-statement - Check String against variable or variable against String?
Aug
6
comment How to escape text for regular expression in Java
I'm curious if there's any difference between this and using the LITERAL flag, since the javadoc says there is no embedded flag to switch LITERAL on and off: java.sun.com/j2se/1.5.0/…
Jul
10
awarded  Nice Answer
Jul
8
revised Should We Mask Passwords?
made ever so slightly more readable.
Jul
8
comment Alternatives for java sql PreparedStatement IN clause issue?
Oscar, I think the dynamic generation of (?,?,....) is the simplest workaround if you need an IN clause, but I left it to individual calls since performance was sufficient in my specific case.
Jun
24
answered Should We Mask Passwords?