Java SE: JDBC, Reflections, and Threading, Part 11 of 18
Interactive

Java SE: JDBC, Reflections, and Threading, Part 11 of 18

LearnNow Online
Updated Oct 25, 2018

Course description

Java was introduced many years ago not for the internet but has since expanded to be an industry standard for web pages. This course goes beyond the introduction to the advanced Java programming language and how to develop Java applications using Eclipse. You will learn how to use JavaBeans, JDBC, Internationalization, Reflection, Threads and Networking.

Each LearnNowOnline training course is made up of Modules (typically an hour in length). Within each module there are Topics (typically 15-30 minutes each) and Subtopics (typically 2-5 minutes each). There is a Post Exam for each Module that must be passed with a score of 70% or higher to successfully and fully complete the course.


Prerequisites

This course is intended for programmers who are familiar with Java and want to learn about the advanced features of Java. Students should have a good understanding object-oriented programming using Java.


Meet the expert

Gene Van Sant

Gene Van Sant has over two decades of experience as a software/systems implementer and solutions integration architect. He has experience as a contractor and maintains instructor certifications from IBM and others. Gene balances his career between implementing and automating full blown real world solutions and teaching classes/workshops on emerging technologies and products. This allows Gene to gain valuable extensive real world experience while also staying ahead of the wave with cutting-edge expertise.

Video Runtime

186 Minutes

Time to complete

206 Minutes

Course Outline

JDBC

JDBC: Overview (41:41)

  • Introduction (00:48)
  • Overview (03:42)
  • Demo: Interface (05:51)
  • Types of Drivers (03:17)
  • Making a Connection (01:06)
  • Demo: Making a Connection (19:02)
  • Demo: Implementing a Connection (07:50)
  • Summary (00:02)

JDBC: Statements (35:50)

  • Introduction (00:15)
  • Statements (00:34)
  • Execute, Update & ResultSets (04:24)
  • SQLException (02:09)
  • Demo: Programming Statements (28:24)
  • Summary (00:02)

JDBC: ResultSet & Iterators (30:30)

  • Introduction (00:15)
  • ResultSet and Iterators (01:13)
  • Demo: Iterators (16:52)
  • Prepared Statements (02:22)
  • Demo: Prepared Statement (09:45)
  • Summary (00:02)

JDBC: Stored Procedures (37:11)

  • Introduction (00:15)
  • Stored Procedures (02:16)
  • Demo: Stored Procedures (25:01)
  • Transactions (03:13)
  • Demo: Transactions (06:23)
  • Summary (00:02)

Connection Pooling (41:27)

  • Introduction (00:15)
  • Connection Pooling (06:52)
  • Demo: Connection Pooling (33:51)
  • Summary (00:28)
;