Westonci.ca is your go-to source for answers, with a community ready to provide accurate and timely information. Get quick and reliable solutions to your questions from a community of experienced professionals on our platform. Get precise and detailed answers to your questions from a knowledgeable community of experts on our Q&A platform.

write concrete classes that implement java interfaces according to specifications given in uml. implement a nested inner class in java. implement a generic type in java. implement the functionality of a binary search tree data structure. write a recursive method. write a recursive search method for a binary search tree. write a recursive insert method for a binary search tree. write code to perform an in-order traversal of a binary search tree. you are not allowed to use any of the standard java collection types for this assignment. do not import any java standard library features from java.util.