UI Deep Copy in JavaScript Santoshkumar·July 21, 2008 Some of you might have come across this issue. When you make a copy of an object and try to change the values of… Read more 12 comments Like
i18n Internationalization with Java Fazal Gupta·July 7, 2008 The main idea of the presentation is not to discuss how Internationalization is done in Java but to highlight some of the problems which… Read more Comment Like
Services Concurrency and HashMap Pavitar Singh·July 2, 2008 In theory everyone knows Hash Map is not Thread Safe and it shouldn’t be used in multi Threaded applications. But still people come out… Read more 1 comment Like