Discuss the below:
Q: Write a program that merges two ordered-list objects of integers into a single ordered-list object of integers. Method merge of class ListMerge should receive references to each of the list objects to be merged and return a reference to the merged list object.
Tips: https://www.engineering.uiowa.edu/~swd/LectureNotes/JavaHTP6e_17.pdf