You have defined and designed a class named MyCourseList Wha
You have defined and designed a class named MyCourseList. What should the Java class file name to be stored in storage? To compile a java source stored in a file name as MyCourseList. Write down the DOS command to compile the source. You compile the class MyCourseList without error. What will be the name of the file containing the resulting bytecode? To change a class name or a package name under NetBeans, what tool in the tool bar you should use? To run the current a class source program under NetBeans, what tool in the tool bar you should use?
Solution
1. The java class file name to be stored in storage is MyCourseList.java.
2. javac MyCourseList.java
3. MyCourseList.class
4. Refactor
5. Java Apllication launcher tool
