- Java Programming for Beginners
- Mark Lassoff
- 161字
- 2021-07-02 15:22:43
Printing a string
Our goal with this HelloWorld program is pretty modest. When it runs, we'd like it to print some text to this output box at the bottom of our screen.
When we downloaded the Java SDK, we acquired a library of useful functions, one of which will do just this. This is the println(), or print line, function. When our Java code executes over this function, which it will do right away because it's the first function in our main() method's entry point, the Java code will print some words to our output box. Function names are followed by open and close parentheses. Inside these parentheses, we put information that the functions need to complete their task. The println() method, of course, needs to know what we would like it to print. In Java, a line of text is contained by two double quotation marks and we call it a string. Let's have our program print "Hello World!":

- Instant Node Package Manager
- Mastering NetBeans
- Docker進階與實戰
- 零基礎玩轉區塊鏈
- 前端架構:從入門到微前端
- Mastering Unity Shaders and Effects
- Microsoft Dynamics GP 2013 Reporting, Second Edition
- Expert Android Programming
- Windows Phone 7.5:Building Location-aware Applications
- Fast Data Processing with Spark(Second Edition)
- GitHub入門與實踐
- Python數據可視化之美:專業圖表繪制指南(全彩)
- 基于GPU加速的計算機視覺編程:使用OpenCV和CUDA實時處理復雜圖像數據
- Drupal 8 Development:Beginner's Guide(Second Edition)
- Visual Basic程序設計實驗指導及考試指南