DAY1 JAVA PreLearning

day1

markdown leaning

font

1.set the title: # title---first class subject,## title---second class subject and so on

2.set the text to bold: text

3.set the text to italic: text

4.perform like deleting the text: text

quote

use the '>' at the first of the text

dividing line


"---" or "***"

picture

![^image name](^select the image)

[^name of hiperlink](^link address)

list

  • "-blank"

code

“···java"

java

1.use cmd to compile: \javac ^filename\

a class file will be generated in the target folder

2.execute the class file: \java ^class filename\

day1

markdown leaning

font

1.set the title: # title---first class subject,## title---second class subject and so on

2.set the text to bold: text

3.set the text to italic: text

4.perform like deleting the text: text

quote

use the '>' at the first of the text

dividing line


"---" or "***"

picture

![^image name](^select the image)

[^name of hiperlink](^link address)

list

  • "-blank"

code

“···java"

java

1.use cmd to compile: \javac ^filename\

a class file will be generated in the target folder

2.execute the class file: \java ^class filename\

·note

1.pay attention to case sensitivity

2.be careful with whether there is a blank

3.the filename and the class name need to be consistence,and the first letter must be uppercase

·note

1.pay attention to case sensitivity

2.be careful with whether there is a blank

3.the filename and the class name need to be consistence,and the first letter must be uppercase

image-20251115223115667

posted @ 2025-11-15 22:42  金榮转溤源  阅读(3)  评论(0)    收藏  举报