Miscellaneous Java Coding Tutorials
- Details
- Written by Nam Ha Minh
- Last Updated on 27 November 2019   |   Print Email
Java programming in general:
- 4 Resources That Every Java Programmer Should Know
- 10 Common Mistakes Every Beginner Java Programmer Makes
- 10 Java Core Best Practices Every Java Programmer Should Know
- How to become a good programmer? 13 tasks you should practice now
- What is Dependency Injection with Java Code Example
- Java Getter and Setter Tutorial - from Basics to Best Practices
Java Text Editors and Tools:
- Configuring Sublime Text 2 editor to compile and run Java programs
- How to compile and run a Java program with Sublime Text 3
- How to Compile and Run a Java Program with TextPad
- How to Create Executable JAR file with resources and dependencies using Maven in Eclipse
Logging in Java with log4j tutorials:
- How to configure log4j as logging mechanism in Java
- How to configure log4j for creating daily rolling log files
- Log4j Common Conversion Patterns Example
- How to initialize log4j for Java web application
Java Excel Files Programming Tutorials:
- How to Read Excel Files in Java using Apache POI
- Java Example to Read Password-protected Excel Files Using Apache POI
- How to Write Excel Files in Java using Apache POI
- Java Example to Update Existing Excel Files Using Apache POI
- Working with Formula Cells in Excel using Apache POI
Java CSV Files Programming Tutorials:
Java Import / Export from / to Database Tutorials:
- Java code example to import data from Excel to database
- Java code example to export from database to Excel file
- Java code example to insert data from CSV to database
- Java code example to export from database to CSV file
Java Sound Programming Tutorials:
- Java sound record utility code example
- How to capture and record sound using Java Sound API
- How to develop a sound recorder program in Java Swing
- How to play back audio in Java with examples
- Java audio player sample application in Swing
Java Swing Sample Project Tutorials:
- Swing application for sending e-mail (with attachments)
- Swing application to download files from FTP server with progress bar
- Swing application to download files from HTTP server with progress bar
- Swing application to upload files to FTP server with progress bar
- Swing application to upload files to HTTP server with progress bar
Java Web Development Tutorials:
- Java Servlet and JSP Hello World Tutorial with Eclipse, Maven and Apache Tomcat
- JSP Servlet JDBC MySQL Create Read Update Delete (CRUD) Example
- How to display images from database in JSP page with Java Servlet
- How to code login and logout with Java Servlet, JSP and MySQL
- How to implement forgot password feature for Java web application
- How to implement remember password (remember me) for Java web application
- How to Code Hit Counter for Java web application
- Upload files to database (Servlet + JSP + MySQL)
- Upload Files to Database with Spring MVC and Hibernate
- How to integrate PayPal payment into Java web application
Miscellaneous Java Tutorials:
- Connecting to LDAP server using JNDI in Java
- Java File Encryption and Decryption Simple Example
- How to calculate MD5 and SHA hash values in Java
- How to parse Date from String and format Date as String
- How to round decimal number with N digits after decimal point
- How to use Builder Pattern for designing method parameters
- Reading and writing configuration for Java application using Properties class
- How to generate random numbers in Java
- [Solved] java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException