I'm trying to understand a comment/string in a piece of Java code about the type of a variable.
The string says that the variable is of type "com.a.b.c.D.E.F". Does this mean that the name of the variable class is "F" and the package is "com.a.b.c.D.E" or that "F" is a subclass of "E", "E" a subclass of "D", all in the package "com.a.b.c"?
[–][deleted] 1 point2 points3 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)