🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Java chat server

Started by
0 comments, last by hplus0603 9 years, 6 months ago

What is a good name for a Java class for a chat client thread? Like, with a function sendMessage(String msg) that sends the String "msg" to the client to be displayed in an RPG?

Advertisement
How about ChatClientThread ?
enum Bool { True, False, FileNotFound };

This topic is closed to new replies.

Advertisement