I\'m just learning about generics and have a question regarding method return values.
Say, I want a generic method in the sense that the required generic part of the
Yes it's possible.
public T ParseValue(String value) { // ... }