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
Tell us something about different types of casting?
Explain the difference between transient and volatile in java?
If a method is declared as protected, where may the method be accessed in java programming?
What an i/o filter in java programming?
What are facelets templates?
Can we extend immutable class?
String and stringbuffer both represent string objects. Can we compare string and stringbuffer in java?
Is stringwriter thread safe?
Why is it called a string?
What are pass by reference and pass by value?
What is a platform?
What is array class in java?
Difference between character constant and string constant in java ?
What restrictions are placed on method overriding?
Difference between abstract and concrete class ?