Highlights
Problem Statement
Implement a standalone product search program in Java using JDBC that lists matching products for a user who is looking for T-shirts. You are given 3 CSV files, each containing the T-shirts data for Nike, Puma, and Adidas respectively. Sample CSV files links are attached here for reference. You can add more data in existing files or can add more CSV files for another company.
The program should accept 4 input parameters
a. Color: String which holds the color of T-shirt.
b. Size: String which can have five possible values like S, M, L, XL, XXL.
c. Gender: String which has two possible values like ‘M’ and ‘F’. M=Male and F=Female
d. Output Preference: String which suggests whether the results should be sorted only by Price or by Rating or by both Price and Rating
Expected Behavior and Output
This IT and Computer Science has been solved by our PHD Experts at My Uni Paper.
© Copyright 2026 My Uni Papers – Student Hustle Made Hassle Free. All rights reserved.