Java's tag archives

Java Simple Chatting Interface

Posted under Article, Development, Java on Monday, 13 July 2009 by
Well , i have created a simple chatting interface . i would not call it a chatting interface actually cuz i had something else in my mind and finally landed on something else . i would like if you guys could excecute it and help me making it a real chatting interface . Well the basic thing...
Java Simple Chatting Interface

Sentence case changer for Java

Posted under Article, Development, Java on Monday, 13 July 2009 by
A java program which accepts a string from a user, and gives various options to change it case. Options include: UPPER CASE lower case Sentence case Title Case tOGGLE...
Sentence case changer for Java