Currently browsing author

Amaury Valdes, Page 29

Java DBC

Connecting to MySQL using JDBC

The JDBC API defines a set of interfaces and classes that all major database providers adhere to in order allow Java developers …

date_format_output

Custom Date Formatting in Java

In this example we will show you how to use the SimpleDateFormat class to format Date objects using special patterns  to better …

delete_directory1

Delete a directory in Java

To delete a directory in Java, you will need to use the java.io package. In the java.io package you will need to …