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
In java how do we copy objects?
Difference between this() and super() ?
How big is a 64 bit float?
What are the 3 types of control structures?
What is bitwise complement?
What do you know about the garbate collector?
What is the purpose of checked and unchecked exceptions in JAVA?
Explain java heap space and garbage collection?
Explain about narrowing conversion in java?
What is autoboxing in java?
Difference between Preemptive scheduling vs. Time slicing?
What is java life cycle?
what is the difference between future and callable interface in java?
Can we define private and protected modifiers for the members in interfaces?
How many static init can you have?