View Single Post
Old 05-11-2016, 07:18 PM   #3
halley_pham
Registered User
 
Join Date: Feb 2016
Location: US
Posts: 18
A class, for example, created inside a method is called local inner class in java. If you want to invoke the methods of local inner class, you must instantiate this class inside the method.
halley_pham is offline   Reply With Quote