Datasets:

ArXiv:
License:
denisko's picture
cnanged dir structure and removed features file
3e77472
raw
history blame
145 Bytes
public class proaccessspecifiers {
protected void display()
{
System.out.println("This is protected access specifier");
}
}