Search:

Type: Posts; User: Jumbosize

Search: Search took 0.12 seconds.

  1. Replies
    1
    Views
    1,223

    Re: Help with initializing Lists

    You know what, I answered my own question actually. I took a look through one of my old textbooks and found out you need to import java.util.*. Also my format for initilization is all wrong too. I...
  2. Replies
    1
    Views
    1,223

    Help with initializing Lists

    So I know this is a really basic question but... I couldn't find an answer anywhere online. I'm trying to initialize a List with the following line of code:

    List<String> messages = ArrayList();
    ...
Results 1 to 2 of 2