Java 22 Mar 2023 · 4 min read How to Run a Java application jar as a Windows service Running a Java application is easy. But how to run the same java application as a windows service? Read on to find out. Read more
Java 17 Feb 2023 · 4 min read How to send a POST request in Java 11 Sending a POST request authenticates through user credentials can be a lot easier in Java that it may appear. Read along to find out. Read more