any other way to print the text without using
System.out.println() in java?
Answer Posted / ravi ranjan
int a=10;
System.out.printf("%d",+a);
| Is This Answer Correct ? | 2 Yes | 9 No |
Post New Answer View All Answers
What is JVM and is it platform independent?
What is a condition in programming?
How do you empty a list in java?
How many bytes is a string?
Explain the difference between the public, private, final, protected, and default modifiers?
How do I start learning java?
How can you read content from file in java?
What is the syntax and characteristics of a lambda expression?
What is method overloading in JAVA? Why is it not present in C ?
Differentiate between stringbuffer and stringbuilder in java.
What are the different types of inner classes?
What is object of class in java?
Who found java?
Can we use return in constructor?
Is 0 true or is 1 true?