Good article on understanding java.lang.ThreadLocalApril 24th, 2005 ThreadLocal allows you to have copy of variable per thread, which are subject to garbage collection when the thread goes away. IBM has an excellent article on understanding and using ThreadLocal.
Guidelines For Java Framework DevelopersMarch 10th, 2006 I want to propose a simple set of requirements for Java framework authors to help make their framework easily understandable and widely accepted. He also gets all the fame and glory of Java world (wouldn't mind if he mentions my contribution) and in all likelyhood gets free passes to conferences.
10 Free Java ebooks for YouDecember 20th, 2008 Java is a programming language originally developed by Sun Microsystems and released in 1995. But its been more than 10 years from then and the popularity has taken Java to an enviable height.
Pitfalls of Software & Java Education in Engineering SchoolsFebruary 9th, 2006 I have been interviewing several freshers who were taught Java in engineering schools under computer science curriculum. Interviewing them highlighted serious problems with their education as well as with the system.
Guide and resources for choosing proper fonts for your web documentsApril 15th, 2005 A one minute guide to deciding fonts for web documents and resources. Resources
Informative article on web safe fonts (fonts which look good on the web).
JDK1.5 - Painful bugs: SolvedAugust 29th, 2004 Defects in early release of jdk.5 which have been solved.
Understanding Java: Simplified Hello World for Socket ProgrammingApril 15th, 2006 In my experience much of the complexities a newcomer faces in the Java world is understanding extraneous stuff like handling exceptions or formatting data etc. Today I was requested for the nth time (n -> infinity) how to write a simple socket client and server (actually debug one).
Silent JDK1.5 & JRE1.5 Installation TipsApril 11th, 2006 Silent installation of Java SDK (Software development kit)
This applies to 32-bit Windows and silent installation of the J2SE Software Development Kit (SDK). JavaTM 2 SDK (J2SDK) installations are built using InstallShield Developer 8.02, which is based on Microsoft Window Installer 2.0.
Podcasting for Java ME enabled cell phonesAugust 24th, 2005 Seattle's Melodeo Inc., a two year old startup, will release free Java ME enabled Mobilcast service which will allow you to search and download (and obviously listen) to Podcasts on your cell phone instead of or in addition to your iPod. It will first be released as a Symbian application for Nokia Series 60 phones, then next month for the Java ME based cell phones.
1-Minute Guide To Protect Against Search Engines Tracking Using Firefox BrowserAugust 9th, 2006 Recently AOL released 20 million web search queries, over a period of three months, from 650, 000 AOL search engine users. The data anonymizes user identity by assigning them numerical id.
Guide To Simplified Java Logging using Java Core APIJanuary 17th, 2006 Java comes in with a handy logging package (java.util.logging) which eliminates the need to use external logging packages like Log4J. However it still requires some configuration which makes it cumbersome and repetitive to include in every class.
Java Runtime.Exec() GuideJuly 19th, 2007 Everything you ever wanted to know and should know about Java Runtime.exec(). This old but still golden article is an excellent guide to using Runtime.exec().
J2SE 5: New wine in new bottle with old corkMarch 15th, 2005 J2SE stands for Java 2 Standard Edition. The 2 stands for version 2 of the platform.
Java Quiz: Why StringBuilder Should be Used Instead of StringBuffer?August 23rd, 2008 First tell me what is the best way to concatenate large number of String objects? Is it a + b?
Most Java developers know not to use a + b (+ operator) because of huge performance problems, they use StringBuffer instead. In fact I did some tests in the past which confirms this folklore.
Free (Entry Level) Sun Certified Java Associate (SCJA) Certification Exam from Sun MicrosystemsJune 1st, 2005 Sun Microsystems (SUNW), the creator of Java Programming Language, is offering Java Associate (SCJA) Beta Certification Exam freely from June 20 - July 15, 2005. Registration has started from today.
March 10th, 2007 at 2:34 am
Good one ..
October 20th, 2009 at 6:49 am
this is een onderhoud verkoppen