- The Java Workshop
- David Cuartielles Andreas G?ransson Eric Foster Johnson
- 141字
- 2021-06-11 13:05:20
Summary
This chapter covered a lot of Java syntax—things you need to learn to be able to tackle the more advanced topics. You'll find yourself using these techniques in just about every Java application you write.
We started out by controlling the flow of the program using conditional statements such as if, else if, else, and switch statements. We then moved on to the different loops that can be used to perform repetitive tasks. After this, we looked at how to provide values during runtime using command-line arguments. This is one way to pass inputs to your Java applications. Every example in this chapter created a class, but we have not yet done much with these classes.
In the next chapter, you'll learn about classes, methods, and object-oriented programming, and how you can do a lot more with classes.
- 軟件安全技術
- 大學計算機基礎(第三版)
- 自己動手實現Lua:虛擬機、編譯器和標準庫
- Mastering Scientific Computing with R
- Python自然語言處理(微課版)
- MySQL數據庫管理與開發(慕課版)
- 精通Python設計模式(第2版)
- Building Serverless Applications with Python
- Spring Boot Cookbook
- Learning Concurrent Programming in Scala
- 運用后端技術處理業務邏輯(藍橋杯軟件大賽培訓教材-Java方向)
- C語言程序設計上機指導與習題解答(第2版)
- Android開發三劍客:UML、模式與測試
- Python從入門到精通(第3版)
- 邊玩邊學Scratch3.0少兒趣味編程