"Hello, Amigo!"

undefined
20
Task
Java Core, level 10, lesson 2
Locked
Reading and writing to a file: Human
Implement the logic for file IO for the Human class. The Human class's name field can't be empty. The main method exists just for you and is not involved in testing the solution.
undefined
20
Task
Java Core, level 10, lesson 2
Locked
Reading and writing to a file: CodeGym
Implement the logic for file IO for the CodeGym class. The file your_file_name.tmp can contain several CodeGym objects. The main method exists just for you and is not involved in testing the solution.
undefined
20
Task
Java Core, level 10, lesson 2
Locked
Introducing properties
In the fillInPropertiesMap method, read a file name from the console and populate the properties map with data from the file. You can read about properties here: http://en.wikipedia.org/wiki/.properties Implement the logic for file IO for the properties map.
undefined
12
Task
Java Core, level 10, lesson 2
Locked
Reading and writing static fields to a file
Implement the logic for file IO for the ClassWithStatic class. The load method must initialize the object, including the static fields with data from the file. The main method is not tested.
undefined
12
Task
Java Core, level 10, lesson 2
Locked
Stranger things
Strange errors are occurring while reading/writing Human objects. Figure out what's wrong and fix it.