Coders Packet

Packets submitted by Priyonath Mondal

Get IP address using JAVA

With the help of this code, we will be able to fetch the IP(Internet Protocol) address of the device connected to our network.

Read a CSV file and Split the Data using JAVA

It will read a CSV file from a particular path and split the data stored in the CSV file

Tokenizing String in Java using Built-in Function

The String Tokenizer class allows an application to break a string into tokens. A token is returned by taking a substring of the string that was used to create the StringTokenizer object.