| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 3 years, 2 months |
| seen | 1 min ago | |
| stats | profile views | 131 |
|
30m |
answered | Using Singleton Class in spring mvc to get data |
|
2d |
answered | Java- Maze Breadth First Search Shortest Path |
|
2d |
comment |
GWT: use DateTimeFormat on client and SimpleDateFormat on server Does this need @GwtIncompatible from code.google.com/p/google-web-toolkit/source/detail?r=11570 has it been released? |
|
May 19 |
comment |
Is there any advantage of using array.clone() above manual copy I don't know what primitives you refer to, but if it fixes your example, then go ahead and make the change. |
|
May 19 |
comment |
Is there any advantage of using array.clone() above manual copy That's the point, it's not a deep clone. No one said that the arrays are the same reference. How about explaining why replacing your example with copy = (Object[])original.clone(); produces the same result. |
|
May 19 |
comment |
Is there any advantage of using array.clone() above manual copy stackoverflow.com/questions/64036/…, stackoverflow.com/questions/3291830/… |
|
May 17 |
comment |
Testing oddity of an integer with the modulo operatori % 1 is always 0. |
|
May 12 |
comment |
How can I do unit testing for private function in Visual Studio (VB.Net and C#)? Before the refactoring, there are no private methods so there can be no tests for them. Afterwards, the behaviour hasn't changed so the tests don't add anything. |
|
May 5 |
comment |
How to speed up this piece of java code? @assylias If no item is a majority then the final count will be <= len/2 and -1 should be returned. |
|
May 5 |
answered | How to speed up this piece of java code? |
|
Apr 19 |
comment |
Improper publication of Java Object Reference The fields would need to be final or volatile to guarantee that they are fully initialized after the constructor has returned. |
|
Apr 19 |
revised |
Improper publication of Java Object Reference added 184 characters in body |
|
Apr 19 |
answered | Improper publication of Java Object Reference |
|
Apr 13 |
reviewed | Reject suggested edit on Using two Knockout view models for one page |
|
Apr 10 |
reviewed | Approve suggested edit on deleteing id3 tag |
|
Apr 10 |
reviewed | Reject suggested edit on Dynamic Checkbox is not getting checked in asp.net through C# |
|
Apr 10 |
reviewed | Approve suggested edit on how to handle session in mutliple tabs in a browser in c# |
|
Apr 8 |
comment |
Avoiding “!= null” statements in Java? A security hole? The JDK is full of code like this. If you don't want the user to see stacktraces, then just disable them. No one implied that the behaviour is not documented. MySQL is written in C where dereferencing null pointers is undefined behaviour, nothing like throwing an exception. |
|
Apr 6 |
answered | How can I write test driven java class for download manager? |
|
Apr 5 |
answered | Mandelbrot set in java doesn't calculate correctly |