Archive for the Java Category (Only the LAST 10 articles are listed here) Please use the search box to see the other articles in THIS category

Java Exceptions : Tree

Java Exceptions : Tree

This segment covers Java tips that might help you while writing programs in Java. If you would like to send your Java tips to me, please email me at&#

Java

No Comments

Convert string to integer(int) : Java Tips

This segment covers Java tips that might help you while writing programs in Java. If you would like to send your Java tips to me, please email me at&#

Java

No Comments

An attempt to create a decent blog Editor for Linux

An attempt to create a decent blog Editor for Linux

One of main complains from new users is that Linux does not have a decent blog editor. Well, it is true. (The other area when Linux lags behind is the

Featured, Java, Linux, Open Source

No Comments

Building a Twitter Application : Part 2

In the last segment we created two classes for reading and writing the data to/from an SQLite database. Now let’s concentrate on the design of the a

Java, Programming

No Comments

Create funny multiple 404 (page not found) error pages

Create funny multiple 404 (page not found) error pages

Seeing a ‘page not found’ (404) error is really annoying. But here is a fun thing that you can do about it. If you are using a good model view con

Featured, Fun, Java

No Comments

Building a Twitter Application : Part 1

Building a Twitter Application : Part 1

This edition of techblog guides you to develop a desktop client for twitter. For this tutorial, I’m going to use Twitter4J API which you can downloa

Featured, Java

No Comments

Using JUnit for testing your Java applications : Introduction to software / source code testing

Using JUnit for testing your Java applications : Introduction to software / source code testing

For this tutorial I’m going to use Eclipse and if you are using any other IDE you need to worry only about importing libraries to your buil

Featured, Java, Programming

No Comments

Drawing grids : Java AWT tutorial

Drawing grids : Java AWT tutorial

This edition of techblog is the continuation of the articles series on Java programming. In this post, I will show to how to work with the Java AWT pa

Featured, Java

1 Comment

A Twitter Application using Java and Swing : Tutorial

A Twitter Application using Java and Swing : Tutorial

This edition is a tutorial that guides you to build a very simple twitter application in Java. For convenience, we will be using the library Twitter4J

Java, Tutorials

2 Comments

Multi-Threading in Java: Tutorial 7

One thing that I really love in java is the fact that it supports multi-threading. This means that you can do many tasks in parallel. Well, I would li

Java

1 Comment