可学答题网 > 问答 > SCJP程序员认证考试题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

And MainClass exists 


And MainClass exists in the /apps/com/company/application directory. Assume the CLASSPATH environment variable is set to "." (current directory).Which two java commands entered at the command line will run MainClass?()

  • Ajava MainClass if run from the /apps directory
  • Bjava com.company.application.MainClass if run from the /apps directory
  • Cjava -classpath /apps com.company.application.MainClass if run from any directory
  • Djava-classpath . MainClass if run from the /apps/com/company/application directory
  • Ejava -classpath /apps/com/company/application:. MainClass if run from the /apps directory
  • Fjava com.company.application.MainClass if run from the /apps/com/company/application directory
参考答案
参考解析:
分类:SCJP程序员认证考试题库
相关推荐

1、表达式10>5&&6%3的值是()

表达式10>5&&6%3的值是()A-1B非零值C0D1

2、An existing cluster ha

An existing cluster has an application node and database node. Changes in the application &ensp...

3、Given: And MainClass exist

Given:And MainClass exists in the /apps/com/company/application directory. Assume the CLASSPATHenvironment variabl...

4、You modify an existing

You modify an existing Microsoft ASP.NET application by using the Microsoft .NET Framework version&e...

5、“频段0”的CDMA2000-1X系统沿用了AMPS的信道编号,一个AMPS

“频段0”的CDMA2000-1X系统沿用了AMPS的信道编号,一个AMPS的信道编号对应的频谱宽度是多少?()A200KHzB30KHzC25KHzD150KHz

6、● 假设A、B为布尔变量,对于逻辑表达式( A && B )

● 假设A、B为布尔变量,对于逻辑表达式( A && B ),至少需要(63) 个测试用例才能完成MCDC覆盖。(63)A4B3C2D1