417 2019 P09 Dictionary Using BST CS300: Programming II STEP1. GETTING STARTED Start by creating a new Java Project in eclipse. You have to ensure that your nevw project uses Java 8, by setting the “Use an execution environment JRE:” drop dowin setting to “JavaSE-1.8 within the new Java Project dialog box. Then, add a new class called DictionaryTests to this project with a public static void main(String[] args) method stub. This class should contain all
OR
OR