What happens if no matching bean is found for an @Autowired dependency by default?
a) Spring creates a new bean
b) The application runs but with null dependency
c) An exception is thrown
d) The property is left uninitialized