Prev Next

Java / Modifiers

What is the problem with the below code?

package org.javatutorials.accessModifer.protected;

Invalid package name. protected is a java keyword.

More Related questions...

Show more question and Answers...


Comments & Discussions