data and exepresion Flashcards
1
Q
each piece of data that we send to a method is called
A
parameter
2
Q
print vs println
A
The main difference between print and println is that print method prints the string but does not move the cursor to a new line while the println method prints the string and moves the cursor to a new line
3
Q
concatonation between two statments
A
+
4
Q
“dsfsdbjhsdfjkh”+24+23
“scdavcfdfda”+(24+23)
A
2423
47
5
Q
\b
A
backspace
6
Q
\t
A
tab
7
Q
\n
A
newline
8
Q
\r
A
carrige rutern
9
Q
"
A
double quote
10
Q
'
A
single quote
11
Q
\
A
backslash
12
Q
(“‘the only stupied question that is the one that not asked );
A
the concationation “+”