This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.javarush.task.task15.task1525; | |
| import java.io.*; | |
| import java.util.ArrayList; | |
| import java.util.List; | |
| /* | |
| Файл в статическом блоке | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.javarush.task.task14.task1420; | |
| /* | |
| НОД | |
| */ | |
| import java.io.BufferedReader; | |
| import java.io.IOException; | |
| import java.io.InputStreamReader; | |
| import java.util.ArrayList; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.javarush.task.task15.task1504; | |
| import java.util.LinkedList; | |
| import java.util.List; | |
| /* | |
| ООП - книги | |
| */ | |
| public class Solution { |
NewerOlder