*Based on answer choices A-E, what option is correct?
1. Which is an acceptable declaration of a Java class named "JavaCourse"?
A. static class JavaCourse { }
B. public class JavaCourse { }
C. private class JavaCourse { }
D. protected class JavaCourse { }
E. All of the options
E. All of the options
Comments
Leave a comment