Question: I need help creating a TweetCollection class in java that uses an array list to store tweet objects which will be read from a website
I need help creating a TweetCollection class in java that uses an array list to store tweet objects which will be read from a website in the form of a text file, not from twitter. The webpage lists tweets, one line per tweet, starting with the writer of the tweet followed by a space and then the tweet content. Design and implement at least two operations in the class to allow clients to use the collection of tweets.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
