How to Encode and Decode a Message in Java
We are going to see how to encode and decode a message in Java in this tutorial. So you are trying to send across a message, a file may be, and you want the...
This tutorial is intended for those who are trying to get the last word. Huh? We will learn How to Get the Last Word from a URL in Java. This might come in handy when...
Creating a Checkbox in Java GUI is quite a simple process. Here, unlike the buttons we saw in a Java GUI program to add two numbers there is no addActionListener. We have addItemListener instead....
Here’s another small AWT program to count characters in String Java. The Java GUI Program also counts words. If you are coming here for the first time, just know that this chapter is a...
We are gonna learn how to get the IP address of a website using Java GUI AWT hereby. Just bring all the knowledge that you had grasped about Java GUI AWT and the URL...
We are going to see how to deal with URLs in Java in this chapter. We will also explore the URL class, Java URLConnection Class, HttpURLConnection and also see some methods of Java InetAddress...
Map interface in Java is not related to Collections and hence we are taking this as a separate topic. Although we are going to see it in a similar style just as we saw...
We are finally at the third and final part of JCF. Here we are going to learn about Set interface, HashSet in Java, LinkedHashSet class, SortedSet Interface and TreeSet class. If you are coming here...
Queue in Java chapter is an immediate successor of Java Collections Framework that we had seen earlier. Make sure you have completely understood List before proceeding to learn about Java Queue FIFO. As per the...
JCF is an acronym for Java Collections Framework. It is a framework which is like an architecture or a readymade system taking care of storage and manipulation of a group of objects. A framework is...