Java初级考试提纲.docxVIP

  • 2
  • 0
  • 约5.67千字
  • 约 4页
  • 2017-11-22 发布于北京
  • 举报
Java初级考试提纲

General Coding1. Write Java code to output the sentence “I am the Greatest” to the standard output device, one word per line.2. True/FalseA. Variables can be declared almost anywhere in the code.B. In a for loop, a variable can be declared at the same time it is initialized, as in for (int i = 0; i 42; i++).C. Java supports the boolean data type.3. Describe the Java “garbage collection” process.4. Why is method overloading possible in Java?5. What is a methods “signature”?6. Why is a methods return type not part of its signature in Java?7. Describe the potential problem when using both nextI

文档评论(0)

1亿VIP精品文档

相关文档