filmov
tv
#21 | JAVA Beginners Tutorial in Tamil | Printing Output | print() | println() | printf() in Java

Показать описание
JAVA Beginners Tutorial in Tamil | Printing Output | print() | println() | printf() in Java
Displaying Information using print() and println() Methods
We have already seen how the println() method is used to print text on the screen. In addition to the println() method, we have the print() and the format() methods which are used for displaying data. The print() method is similar to the println() statement while the format() method is something different.
Difference between print() and println()
The only difference between the print() and println() methods is that the println() statement positions the cursor onto the next line after printing the desired text while the print() method leaves the cursor on the same line. The difference is evident when we print text using more than a single statement. The following statements use the print() method.
Concatenation using + operator
We can use the concatenation operator + to join two or more Strings and print them. To print the value of a variable, we simply state it within the parentheses.
__
like our face book page..
--------------------------------------------------------------------------------
send request our channel official facebookprofile...
---------------------------------------------------------------------------------
#santratechspot #java #tutorial
Displaying Information using print() and println() Methods
We have already seen how the println() method is used to print text on the screen. In addition to the println() method, we have the print() and the format() methods which are used for displaying data. The print() method is similar to the println() statement while the format() method is something different.
Difference between print() and println()
The only difference between the print() and println() methods is that the println() statement positions the cursor onto the next line after printing the desired text while the print() method leaves the cursor on the same line. The difference is evident when we print text using more than a single statement. The following statements use the print() method.
Concatenation using + operator
We can use the concatenation operator + to join two or more Strings and print them. To print the value of a variable, we simply state it within the parentheses.
__
like our face book page..
--------------------------------------------------------------------------------
send request our channel official facebookprofile...
---------------------------------------------------------------------------------
#santratechspot #java #tutorial
Комментарии