| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 3 months |
| seen | 1 hour ago | |
| stats | profile views | 60 |
|
May 8 |
comment |
Serial Mark-Sweep-Compact (PSOldGen) PS stands for? Could you please update the cheat sheet with Serial Mark-Sweep-Compact (Tenured) for the first old collector? and may be add a new row for ParNew+Tenured combination? regards. |
|
May 8 |
comment |
Serial Mark-Sweep-Compact (PSOldGen) PS stands for? Hotspot GC cheat-sheet is printed out on my desk. |
|
Dec 17 |
comment |
Volatile Vs Static in java What is the cache when you say "locally cached"? CPU cache, some kind of JVM cache? |
|
Dec 6 |
comment |
JSF immediate=true, action invoked before or after apply request values phase? Yes, a debug PhaseListener helped me a lot!. |
|
Dec 6 |
comment |
JSF2/RICHFACES4 How to validate javax.faces.ViewState value? Unfort my jsf-api is buggy, does not throw ViewExpiredException. see stackoverflow.com/questions/4792437/…. I can not upgrade my jsf-api. |
|
Dec 4 |
comment |
how to visible Cell Border for only right and bottom in Itext Pdf cell works for java API as well. Thanks |
|
Nov 15 |
comment |
JSF ViewScope calls constructor on every ajax request? PARTIAL_STATE_SAVING changed my life |
|
Oct 28 |
comment |
JSF2 managed bean annotation + scope + injection confusion This did not work for me. |
|
Jul 26 |
comment |
ruby inheritance vs mixins this behavior is not acceptable in most environments |
|
Jul 25 |
comment |
JUnit XML Format Specification that Hudson supports i have to create this file manually, but i do not know where to create on file system relative to jenkins home dir? |
|
Jul 11 |
comment |
Can i count the number of digits in a string with FSM? 3 covers the group not only [0-9], 111aaaa -> and total length is 7 in this case. The pattern is not like this ([0-9]){3} |
|
Jul 11 |
comment |
Can i count the number of digits in a string with FSM? one last thing 111aaaa, this string is validated successfully. But the length is not 3. So patterns annotated with "*" does not change/increment counter? |
|
Jul 11 |
comment |
Can i count the number of digits in a string with FSM? Do not we need a "*" before {3}. so that that group can be repeated? how just{3} enables repetition like star? ^[^0-9]*([0-9][^0-9]*)*{3}$ |
|
Jul 11 |
comment |
Can i count the number of digits in a string with FSM? i think ^[^0-9]*([0-9][^0-9]*){X}$ would be more general solution as cha0site suggested. |
|
Jun 26 |
comment |
Pass the name of the file i double click on as parameter in ftype have you found a solution? |
|
Jun 20 |
comment |
Lock, mutex, semaphore… what's the difference? what about monitor? |
|
Jun 19 |
comment |
Lock, mutex, semaphore… what's the difference? what about latch? |
|
Jun 11 |
comment |
Eclipse adding your own build command how would you manage build configurations and integrate with debugger? |
|
Jun 10 |
comment |
what does “free” in context-free languages conceptually mean? thanks everyone who voted for duplication! |
|
Jun 8 |
comment |
what does “free” in context-free languages conceptually mean? Thank you very much for your answer. I can not understand why it was closed. I could not find your answer in that question. Actually this one is stackoverflow.com/questions/8236422/… is more closer. I am going to delete this question, right now it does not let me |