How to Switch Between Multiple Java Versions On Ubuntu Linux ?
If you have installed multiple JDK on ubuntu and sometimes you might need to change the version … Read more
If you have installed multiple JDK on ubuntu and sometimes you might need to change the version … Read more
If you are working in some network related data transfer like sending some commands over socket, then … Read more
In our previous post, we seen how to identify if a file is present or Not using … Read more
This post demos how you can get the random number between two numbers in a simple java … Read more
The single instance classes are mostly used when you don’t know how to create a object of … Read more
The post briefs above how you can convert byte Array to Hex values and print those on … Read more
The Java Native Interface (JNI) establishes a well-defined and platform-independent interface between the JAVA and Native C … Read more
Installing JAVA on ubuntu can be done using following easiest command. for Ubuntu 20.04, this command installs … Read more
If you want to check whether certain file is present or not in your disk before proceeding … Read more
In this post, we will write simple UDP Datagram client and server in JAVA language. The client … Read more