Question: Question:(Web Application Development) Create a model class for student with attributes:registration_number,name,departmentand Gpa. create a controller class for student and create at least 5 objects of

Question:(Web Application Development)

Create a model class for student with attributes:registration_number,name,departmentand Gpa.

create a controller class for student and create at least 5 objects of the student model class.

override the followin methods of controller:

1.Get() to return all objects of student model class and write the url to call this function.

2.Get(int gpa) to return names of those students whose Gpa is greater than gpa and write the url to call this function.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!