TAILIEUCHUNG - Lecture Java™ How to Program (8/e) - Chapter 2: Introduction to Java applications

Chapter 2 - Introduction to Java applications. After studying this chapter you will be able to understand: To write simple Java applications, to use input and output statements, Javas primitive types, basic memory concepts, to use arithmetic operators, the precedence of arithmetic operators, to write decision-making statements, to use relational and equality operators. | Java™ How to Program, 8/e (C) 2010 Pearson Education, Inc. All rights reserved. (C) 2010 Pearson Education, Inc. All rights reserved. (C) 2010 Pearson Education, Inc. All rights reserved. Java application programming Use tools from the JDK to compile and run programs. Videos at Help you get started with Eclipse and NetBeans integrated development environments. (C) 2010 Pearson Education, Inc. All rights reserved. Java application A computer program that executes when you use the java command to launch the Java Virtual Machine (JVM). Sample program in Fig. displays a line of text. (C) 2010 Pearson Education, Inc. All rights reserved. (C) 2010 Pearson Education, Inc. All rights reserved. Comments // Fig. : // indicates that the line is a comment. Used to document programs and improve their readability. Compiler ignores comments. A comment that begins with // is an end-of-line comment—it terminates at the end of the

Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.