¿Cómo declarar una ArrayList con valores? [duplicar]
Esta pregunta ya tiene una respuesta aquí:
- Inicialización de una ArrayList en una línea 30 respuestas
ArrayList o declaración de lista en Java ha cuestionado y respondido cómo declarar un vacío ArrayList
pero ¿cómo declaro un ArrayList con valores?
He intentado lo siguiente pero devuelve un error de sintaxis:
import java.io.IOException;
import java.util.ArrayList;
public class test {
public static void main(String[] args) throws IOException {
ArrayList<String> x = new ArrayList<String>();
x = ['xyz', 'abc'];
}
}
Warning: Undefined property: agent_blog_content::$date_asked in /var/www/agent_etc/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 32
Warning: Undefined property: agent_blog_content::$count_answers in /var/www/agent_etc/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 52