Stories
Ashok rai
12 Apr 2024
IRC Client & Server connection using Java People frequently tell me that IRC is no longer relevant. Why do people still use IRC? I'm trying to show in this post how IRC works using Java. My main focus will be on connecting to other IRC clients and sending messages to them using IRC Server. I'll conclude by offering some suggestions for various application areas where we can employ the IRC concept.
More Stories
In Java, why am I utilizing C or C++? What is .dll file? Is it worth making?
If you're unfamiliar with this technology, Java Native Interface, or JNI, is a standard Java method that enables C and C++ code to communicate with Java code. JNI enables programmers to write native m......
Ashok rai [15 Apr 2024]
1
4
IRC Messenger using Java
I'm attempting to demonstrate how IRC Messenger functions with Java in this post. Using IRC Server to connect and deliver messages to other IRC clients will be my primary emphasis.......
Ashok rai [11 Apr 2024]
The Synth Look and Feel (The Synth Architecture)
It can be difficult to change an existing look and feel or to create a custom one. It takes a lot less work to develop a unique appearance and feel with the javax.swing.plaf.synth package. A Synth loo......