Java Reference
In-Depth Information
30. }
31. Project project = (Project)(DataRetriever.deserializeData("data.ser"));
32.
33. System.out.println("Calculating total time estimate for the project");
34. System.out.println("\t" + project.getDescription());
35. System.out.println("Time Required: " + project.getTimeRequired());
36.
37. }
38. }
 
Search WWH ::




Custom Search