output statement in java in hindi

preview_player
Показать описание
In this video you will learn that what are the output statements available in java.

Output statement in java
In java we generally use one of the following method to print information on screen
It can be called without passing any parameter.
Example:
The above statement prints:
Hello
World

It can not be called without parameter.
The above statement prints:
HelloWorld

It uses format strings like %d, %f etc to print the data.
It does not change the line after the output.
int a=100;
printf("%d",a);
The above statement prints 100.

Connect me on linkedin

Connect me on instagram

Follow me on twitter

Join my telegram channel

#tarunsir #javatutorial #learnprogramming #coding #java #println() #printf() #print()
Рекомендации по теме
Комментарии
Автор

Sir are all java topics covered in the playlist or is it yet to be completed?

mohitanand