General

The general items

Java Anti-Patterns

This page collects some bad code that may not look so obiously bad for beginners. Beginners often struggle with the language syntax. They also have little knowledge about the standard JDK class library and how to make the best use of it. In fact we collected all examples from everyday junior code. And we modified the original code to give it example character and such that it highlights the problems. String concatenation String s = ""; for (Person p : persons) { s += ", " + p.getName(); } s = s.substring(2); //remove first comma

Symbian Touch

Watch out iPhone (and all the iPhone fan boys), symbian touch is here. http://www.allaboutsymbian.com/news/item/6089_S60_Touch_Interface_Launch...

TechieNET is stable !

It seems TechieNET site is almost stable now. For last few weeks I have been experimenting with different CMS systems. Since I wanted to host it with an economic hosting provider, I didn't look any thing other than a PHP based system. After the experiments, I decided to choose one amoung Joomla and drupal. Both of them gave me good experience at first.
Syndicate content