String replace in j2me/javeme double space - by hsmit How can I replace this "a b" by "a b" in j2me? the replace() method doesn't accept Strings, but only chars. And since a double space contains two chars, I think i have a small problem. Read the article
Tech Article: Powerful Logging in Java ME - by OracleTechnologyNetwork Learn how to add logging to your Java ME MIDlets with Microlog, an open-source logging library. Read the article