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
How can u increase the heap size in the memory?
Can a lock be acquired on a class in java programming?
What happens if we don’t define serial version uid?
what is the purpose of the wait(), notify(), and notifyall() methods? : Java thread
How many types of voids are there?
What is the tradeoff between using an unordered array versus an ordered array?
What does split function do in java?
How do you reverse sort in java?
Explain the differences between static and dynamic variables?
What do you understand by copy constructor in java?
What is the difference between preparedstatement and statement in java?
Why null value is used in string?
How do you escape sequences in java?
What means public static?
What is nextline method in java?