René's URL Explorer Experiment


Title: No title

direct link

Domain: github.com


Hey, it has address:
list = new ArrayList
(); String again = "y"; Address item; while(!again.equals("q")){ item = new Address(); item.readInfoFromUser(); list.add(item); System.out.print("again? (q to quit)"); again = input.nextLine(); PersonDao personDao = new PersonDao(); personDao.create(item); List
list1 = personDao.getAll(); for (Address currentPerson : list1){ System.out.println(currentPerson); } } } }

Links:


URLs of crawlers that visited me.