java - Illegal modifier for parameter count; only final is permitted -


i new java , have problem, when try making public/private variable example: private int varname; eclipse gives me error: illegal modifier parameter count; final permitted

local variables , parameters cannot have public or private modifier. can give final them. not static can used.


Comments

Popular posts from this blog

python 3.x - Mapping specific letters onto a list of words -

javascript - jquery or ashx not working -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -