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
Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?
Which collection is best for sorting in java?
What is bool mean?
Write a program to find the greatest of three numbers in java?
What's the base class in java from which all classes are derived?
How many bits are in a sentence?
What does microservices mean?
What are the advantages of assembly language?
What is collections framework?
What is integers and example?
Can a private method be declared as static?
What does the exclamation mark mean in java?
What are basic data types?
Is singleton a bad practice?
What is string [] args?