Question: First, launch NetBeans and close any previous projects that may be open (at the top menu go to File ==> Close All Projects). Then create

First, launch NetBeans and close any previous projects that may be open (at the top menu go to File ==> Close All Projects).

Then create a new Java application called "StringSlicer" (without the quotation marks) that uses methods to:

Create a comma separated list of your own 10 favorite movies (i.e. "Rushmore,Mall Rats,Gangs of New York" etc.)

Populate an ArrayList of String data, with each movie in the String represented as a separate String element in the ArrayList

Output each Movie to the command line, each on a separate line

*** You must use an ArrayList and methods from Lesson 23 working with Array Lists

*** You must use your own list of movies

*** You must have comments in your code

*** You must have proper indenting in your code

*** Your code must run

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!