Archive for February, 2008
Basics about String (java.lang.String)
I guess this thing is non-avoidable when you are working in Java. Just trying to note down some very basic things about it. Took help of Java API Strings are constant; their values cannot be changed after they are created. Applying a method on a String will create a new string. When you assign one [...]
Choosing web technology
I have been working in Java/J2EE from almost six years and from last one year i found trends are changing for web development. Probably people doesn’t want more complexity when it is not required and also I guess the most important aspect is prototyping. When you want to create some thing new quickly and through [...]
