This GitHub account hosts reference projects for my courses on Udemy:
These projects are private, meaning that you need to have permission to get the code. Only paid students will be granted access, so if you're one of my students, please request access by sending me a message on Udemy.
To get my public code, kindly check CodeJava.net GitHub page.
To see all of my published courses, go to my Udemy instructor page.
Check out Java tutorials on my blog listed below:
- For absolute beginners/dummies, check out Java Core / Java Language Tutorials
- Learn how to use data structures such as List, Set, Map, Queue... and generic types, visit Java Generics & Collections Tutorials
- Learn how to use Java command-line tools such as java, javac,... go to Java Tools
- Learn how to handle exceptions and error: Java Exception Handling Tutorials
- Learn Java threads and concurrency programming: Java Concurrency Tutorials
- Learn database programming with Java, see my JDBC Tutorials
- Learn developing desktop apps with Java, check out Swing Tutorials
- For reading and writing files using Java, go to Java File I/O Tutorials
- Learn graphic programming with Java Swing, check out my Java Graphics Tutorials
- For network programming with Java, go to my Java Network Tutorials
- For programming file transfer via FTP using Java, check Java FTP Tutorials
- Learn Java Servlet programming, check Java Servlet Tutorials
- For sending emails with Java, visit JavaMail Tutorials
- Learn Web Services development with Java, go to Java Web Services Tutorials
- Learn JavaServer Pages technology, check out JSP Tutorials
- For JSP Standard Tag Library examples and references, go to JSTL Tutorials
- Learn Java Persistence API (JPA), check this JPA Tutorials
- Learn Spring framework from scratch, go to Spring Framework Tutorials
- For developing Spring-based apps with Spring Boot, check this Spring Boot Tutorials
- For securing Spring-based apps, visit Spring Security Tutorials
- Learn Hibernate ORM framework, go to Hibernate Framework Tutorials
- Learn Struts web framework, visit Struts Framework Tutorials
- To be updated...