About Question enthuware.ocpjp.ii.v11.2.3450 :
Posted: Tue Jun 25, 2019 12:43 pm
				
				Shouldn't the correct answer be:
instead of
  ?
			Code: Select all
Iterable<api.BloggerService> bsLoader = ServiceLoader.load(api.BloggerService.class);Code: Select all
Iterable<api.BloggerService> bsLoader = ServiceLoader.load(api.BloggerService);