Archive for the 'Join Us' Category

Why Java?

I thought of starting off with this first in the series of Tutorial posts to come on Technofriends.
Well, I keep getting this query from many interested people. Many of them either happen to be students or people trying to decide on there technology platform for a startup product. In this post i try to [...]

Java Tutorials: Its here

I had been thinking of writing about Java Tutorials since sometime. However, i feel now is the right time to actually start off. These tutorials will keep happening periodically on the blog page. Also, based on the feedback received from you guys, i am planning to write Tutorials on Ajax, Webservices etc ( on demand [...]

Java Roundup

I had posted a couple of articles on Java but time and again, over mails, i keep getting queries to write about Java. While, i try to get more interesting stuff from the world for Java to post, i thought of putting up this Roundup post for you. This post has links to the previously [...]

Open Coffee Club @Bangalore is now Twittering.

News is that Open Coffee Club @ Bangalore is now twittering and you can follow the twitter updates posted at https://twitter.com/opencoffeebang.Also read:  Open Coffee Club Meet @Bangalore: Updates
                    Open Coffee Club Bangalore : First debut meetup planned
Cheers,
Vaibhav

Log4J: What is it?

Often i have come across code with System.out.println in it. This although works good for debugging but is one of the most low tech method for debugging.
In the Java language where a preprocessor is not available, log statements increase the size of the code and reduce its speed, even when logging is turned off. Given [...]