Datasets:

ArXiv:
License:
Stack-Repo / data /train /akash-coded /FSD_Java /Lesson-1 /proaccessspecifiers.java
denisko's picture
cnanged dir structure and removed features file
3e77472
public class proaccessspecifiers {
protected void display()
{
System.out.println("This is protected access specifier");
}
}