Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 476 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 476 Bytes

Java demo console app

Simple console application Java.

Flight Quote Demo

This console application simulates to call three different flight sites to retrieve flight quotes in an async workflow.

It uses Thread.sleep to simulate calls made to an imaginary flight sites (API).

Furthermore it uses a random number for the thread sleep timeout and flight price to give a more random output of retrieved flight quotes.

It outputs information using System.out.printLn.