How to format XMLGregorianCalendar
How to format XMLGregorianCalendar object output using SimpleDateFormat class in Java. Simple tested example.
How to get date and time in Java
How to get current date and time in a specific format using Date, Calendar and SimpleDateFormat class.
How to parse Google Search result in Java
How to parse Google Search result in Java using URLConnection and a regular expression to parse the response. Can be used to check the Google SERP position.
How to include library into Maven local repository
How to include library into maven local repository using mvn install command. Useful for libraries that are not available in public repositories.
How to create threads in Java
How to create threads in Java using Runnable interface and Thread class. Comparison between these two implementations.
How to delete a record using JDBC PreparedStatement
How to delete a record using JDBC PreparedStatement to avoid SQL injection.
Search
Other Posts
Follow Us On