LLD - Design — Parking Lot System
A developer tries to compare enums in Java using the code:
What is the problem with this comparison?
if (vehicleType.equals(SpotType.COMPACT)) { ... }What is the problem with this comparison?
