Skip to content

Instantly share code, notes, and snippets.

View ilya3a's full-sized avatar
💣

ilya aptekar ilya3a

💣
View GitHub Profile
@ilya3a
ilya3a / Answer
Last active November 23, 2019 20:48
interview Q
import java.util.ArrayList;
import java.util.List;
public class DolevQ {
public static void main(String[] args) {
String s1 = "ilya";
String s2 = "dolev";
String s3 = "Engine";
List<String> testList = new ArrayList<>();
testList.add(s1);