java - What's the default access modifier for local class members? -


meaning if ommit access modifier members of local classes, can class declaring method access members? , else exactly?

i'm talking local classes, classes defined inside method

therefore not duplicate

the default modifier package level modifier. accessable inside package.


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -