Question: Thumbs up for the Correct solutions. Use Java to solve It's okay if the link doesn't open. Just work with what's given. 1. A Valentine's

Thumbs up for the Correct solutions. Use Java to solve
It's okay if the link doesn't open. Just work with what's given.
1. A Valentine's gift shop, is running a service where someone can enter the name of their loved one, and they will get in response a suggestion for the best Valentine present. The service works by passing as a parameter, the name of a person, similar to the following example: http://10.25.96.101/gbarlas2/gift?name=John Write the appropriate code for passing the name entered at the command line to the service and printing out the result. Your code should work for names that contain spaces. You do not have to create a GUI. You can use a GET or POST approach. (5 points) 1. A Valentine's gift shop, is running a service where someone can enter the name of their loved one, and they will get in response a suggestion for the best Valentine present. The service works by passing as a parameter, the name of a person, similar to the following example: http://10.25.96.101/gbarlas2/gift?name=John Write the appropriate code for passing the name entered at the command line to the service and printing out the result. Your code should work for names that contain spaces. You do not have to create a GUI. You can use a GET or POST approach. (5 points)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
