[text] fhcghkhfgsdh

Viewer

copydownloadembedprintName: fhcghkhfgsdh
  1. import java.util.*;
  2. class ListDemo {
  3.     public static void main(String args[]){
  4.         List<String> list = new ArrayList<String>();
  5.         list.add("1");
  6.         list.add("2");
  7.         list.add(0,"3");
  8.         list.add(1,"4");
  9.         list.forEach(System.out::println);
  10.     }
  11. }

Editor

You can edit this paste and save as new:


File Description
  • fhcghkhfgsdh
  • Paste Code
  • 23 Mar-2023
  • 290 Bytes
You can Share it: