1 min read 0 computer science data base java Object Relational Mapping fdaengnaba 2024-10-26 Nearly every computer science student learn database and Object Oriented Programming in his first or 2 year of study. I…
1 min read 0 java Exercise 2.11 fdaengnaba 2024-10-24 You can recognise an constructor by look to the name. It has the same identifier with its class, and it…
1 min read 0 java Exercise 2.10 fdaengnaba 2024-10-24 The fields are The constructor head is The method heads are
1 min read 0 java Exercise 2.7 fdaengnaba 2024-10-24 When i change the outer wrapper to class public TicketMachine the class diagram become red mesh. After i try to…
1 min read 0 java Exercise 2.6 fdaengnaba 2024-10-24 The outer part wrappers of Student would like look something like this And the outer wrapper of LabClass would look…