0 By Nithya Vasudevan In EnumerationsPosted October 17, 2016Converting String to enum typeIn many cases, we may want to convert String to enum for further processing. In the PizzaSize example, let us say we get the size of pizza as input from user. The input will be returned as String [...] READ MORE