User Tools

Site Tools


array_-_arraylist_conversion

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
array_-_arraylist_conversion [2018/12/10 15:39] frchrisarray_-_arraylist_conversion [2018/12/10 15:45] frchris
Line 4: Line 4:
    - In the main method, write a static method ''printArr'' that will take a String array argument, and print it.    - In the main method, write a static method ''printArr'' that will take a String array argument, and print it.
    - In the main method, write a static method ''printArr'' that will take an ArrayList<String> and print it;    - In the main method, write a static method ''printArr'' that will take an ArrayList<String> and print it;
-  - Write a static method that takes an ''array'' of String and returns an ''ArrayList<String>'' object with the same contents. +  - Write a static method that takes a String array and returns an ''ArrayList<String>'' object with the same contents. 
-  - Write a static method that takes an ''ArrayList<String>'' object and returns an ''array'' of ''String'' with the same contents.+  - Write a static method that takes an ''ArrayList<String>'' object and returns String array with the same contents.
   - In the main method call the other methods you made and print the results to see if it its working.   - In the main method call the other methods you made and print the results to see if it its working.
  
 If you are in a hurry, here is a partial solution you can use to test your conversion methods: {{ ::testarrayconverter.java |TestArrayConverter.java}} If you are in a hurry, here is a partial solution you can use to test your conversion methods: {{ ::testarrayconverter.java |TestArrayConverter.java}}
array_-_arraylist_conversion.txt · Last modified: 2018/12/10 15:46 by frchris

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki