Category Archives: Java

Java String concatenation

String concatenation is one of the most popular habits in programming. You can concatenate strings using String, StringBuffer or StringBuilder. As you may know StringBuilder is the fastest one, as it is not thread safe and is almost identical to … Continue reading

Posted in Java, Software Development | Tagged , , | 4 Comments

Eclipse “initializing java tooling” error

Sometimes I get this annoying error (initializing java tooling) when I start Eclipse. Perhaps I need to restart Eclipse for 2-3 times in orders to work normally. Today I restarted 9 times, but nothing. I continuously get this error. So, … Continue reading

Posted in Java | Tagged | Leave a comment

JHUG October meeting summary

Last Saturday I went to one of the meetings of Java Hellenic User Group (JHUG). It was very interesting and I enjoy it very much. I attended 3 presentations. The first one was an idea for the packaging of java … Continue reading

Posted in Java | Tagged , | Leave a comment