Problem:
Question 1: Compare and contrast the way control statements are used in Java and Alice.
Question 2: Design a StringBag ADT, define it with a StringBag interface and then implement it using a private linked list to hold the inserted strings. Design a test driver that shows that your StringBag.java class works accurately.. Use java please
Any help would be greatly appreciated!