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 access modifiers can be used for methods?
What are the steps that are followed when two computers connect through tcp?
What is an interface in java?
Can you explain the final method modifier?
How do you use spaces in java?
What is a stack class in java ?
What is procedure overloading?
Difference between ‘is-a’ and ‘has-a’ relationship in java?
Why java is considered dynamic?
What is string in java?
Explain about OOPS concepts and fundamentals.
What is contract between hashcode and equal method?
What class allows you to read objects directly from a stream in java programming?
Can a class be declared as protected?
Why bytecode is called bytecode?