(b) A management system for a university includes the following Java classes. (Methods are not shown). class Student { S

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

(b) A management system for a university includes the following Java classes. (Methods are not shown). class Student { S

Post by answerhappygod »

B A Management System For A University Includes The Following Java Classes Methods Are Not Shown Class Student S 1
B A Management System For A University Includes The Following Java Classes Methods Are Not Shown Class Student S 1 (70.17 KiB) Viewed 26 times
(b) A management system for a university includes the following Java classes. (Methods are not shown). class Student { String regno, name; List<Module> modules; } class Module { String code, name; List<Student> students; > } (i) Write a JSP fragment that will display in tabular form the names and codes of all of the modules taken by a student, and also the total number of such modules. You should assume that a reference to the student is available in a variable called stud of type Student. (ii) Briefly describe one weakness in the design of the classes shown above and suggest a better approach.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply