java.util.* package contains so many utilities like collection framework, event model, date facility, time facility and so on. Java doesn't provide simple compare utility for primitive types …
Top 5 ways to Download a File from any given URL in Java?
In Java how to download files from any given URL? This tutorial works if you have any of below questions: Download a file from a URL in Java.How to Download a File from a URL in JavaHow to download …
Read Article about Top 5 ways to Download a File from any given URL in Java? →
What is WordPress Multi-site? How to enable Multi-site option in WordPress?
WordPress is powering more than 40% of site on the globe. We have been playing with WordPress since 2008. As we now moved into WordPress Next Level, the new version WordPress 6.0, there are …
Read Article about What is WordPress Multi-site? How to enable Multi-site option in WordPress? →
Ansible: How to automatically monitor newly created Amazon EC2 instances using Prometheus?
Do you have any of below questions? Use file-based service discovery to discover scrape targetsHow to Automatically discover the use of multiple IPs?Automatically monitoring EC2 InstancesMonitoring …
In WordPress How to Disable comments on Media, Attachments
Sometime back we have published an article on how to completely disable Trackbacks and Pingbacks. In this tutorial we will go over how to disable comments on Media and Attachments. Let's get …
Read Article about In WordPress How to Disable comments on Media, Attachments →
Getting Ready for Java 11/JDK 11 and Deprecated Java EE Modules JAXB, JAX-WS, JAF, JTA, CORBA
Hello all! It's time for us to upgrade to Java 11. Sometime back Java 11 was launched on September 25, 2018. Today we got chance to upgrade our JDK to Java11 on my Macbook Pro. Do you have any …
Java 11 and How to fix java.lang. TypeNotPresentException: Type javax.xml.bind.JAXBContext Exception?
Are you facing java.lang.TypeNotPresentException: Type javax.xml.bind.JAXBContext not present exception? Today while running my RESTful service on my Eclipse I noticed …
In Java how to find if Year is a Leap Year or not? Custom logic and Gregorian Calendar
What is a Leap Year? Leap year is a year, occurring once every four years, that has 366 days including February 29 as an intercalary day. Is the year divisible by 4? If no - it's not a leap …
How to import all missing Java packages at once in Eclipse IDE
The most effective way to import all missing packages at once: Open EclipseOpen class where imports should bePress: CTRL + SHIFT + O Sample: Get code from previous example: "Java: Simple Way …
Read Article about How to import all missing Java packages at once in Eclipse IDE →