How to delete directory in Java
How to delete directory in Java using File.delete() method. Recursive delete is applied if the directory is not empty.
GET/POST request with HttpURLConnection in Java
How to send GET and POST requests using standard HttpURLConnection class from Java. Simple examples for both methods.
How to convert String to double in Java
How to convert String to double in Java using Double.parseDouble and Double.valueOf methods. Simple example provided.
How to convert String to float in Java
How to convert String to float in Java using Float.parseFloat and Float.valueOf methods. Simple example provided.
How to convert String to InputStream in Java
Simple example how to convert a String object InputStream object in Java using ByteArrayInputStream class.
Display double in 2 decimal points in Java
This tutorial will show you how display double in 2 decimal points in Java using String format method and DecimalFormat class.
Search
Other Posts
Follow Us On