Web Design Forum HTML CSS JavaScript PHP Graphic Design SEO forum

Full Version: What is local class in java ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
What is local class in java ?
A local class is declared locally within a block of Java code, rather than as a member of a class.
A local class is declared locally within a block of Java code, rather than as a member of a class.
Good, Please also share you website from where u copied it
Nice, Thanks for share such information.
Local class is defined within a static initializer or instance initializer of a class.
Thanks for giving such information.
I think local class is defined within a static initializer.
Nice one. Its really nice information.
Reference URL's