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 an example of procedure?
What is bitwise complement?
Which is fastest collection in java?
Can arraylist hold different types java?
Why do we need wrapper classes?
What does function identity () do?
What is serialversionuid?
What does sprintf mean?
Explain the importance of import keyword in java?
What is the purpose of object oriented programming?
What are the 3 types of loops in java?
Which is better 64 bit or 32 bit?
What is the history of java?
What is a java string?
What are the legal parameters?