Java SE 11: JDK Objects and Nested Loops


Overview/Description
Expected Duration
Lesson Objectives
Course Number
Expertise Level



Overview/Description
Examine the nature and use of Java Development Kit (JDK) objects and nested loops. During this course, you will explore JDK API documentation to learn about Java class libraries. See how to display a date with the LocalDateTime object, with the Java DateTimeFormatter, or with the calendar. Parse a localized date and convert it to ISO format. Parse the ARGS array, and use it in the main method, to accept command line arguments. Observe how to use a WHILE loop construct and nest a WHILE loop. Run a standard FOR loop and nest a FOR loop within the body of another loop.

Expected Duration (hours)
0.7

Lesson Objectives

Java SE 11: JDK Objects and Nested Loops

  • explore the JDK API documentation to find information about Java class libraries
  • create a LocalDateTime object to display the current date and time
  • work with different calendars to display the date in a non-Gregorian date format
  • use the Java DateTimeFormatter to display the date in different formats
  • parse a date in a particular localized form and convert it to ISO format
  • use the args array in the main method to accept command line arguments
  • use a while loop construct and nest a while loop
  • use a do/while loop construct
  • use a standard for loop and nest a for loop within the body of another loop
  • given the day, month, and year as command line arguments, output the date in ISO format
  • Course Number:
    it_sdjase_07_enus

    Expertise Level
    Beginner