Development
© examsiri.com
Question : 6 of 17
Marks:
+1,
-0
Given a correctly compiled class whose source code is:
Assume that the class file is located in /foo/com/sun/sjcp/, the current directory is /foo/, and that the classpath contains
1. package com.sun.sjcp;
2. public class Commander {
3.   public static void main(String[] args) {
4.    /* more code here*/
5.   }
6. } Assume that the class file is located in /foo/com/sun/sjcp/, the current directory is /foo/, and that the classpath contains
Go to Question: