how to print output with out using sop statements
Answer Posted / praveen kumar singh
Way 1
if(System.out.append("testing")!= null);
way 2
if(System.out.format("%s","testing" )!= null);
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Can we assign null to double in java?
What is the difference between throw and throws keywords?
How can we find the actual size of an object on the heap?
What is static keyword in java?
What is the difference between preemptive scheduling and time slicing?
Differentiate between class and structure.
Is string a class in java?
What is singleton pattern?
Why for each loop is used?
What is string array?
I want to persist data of objects for later use. What is the best approach to do so?
What are loops in java?
Define an abstract class with reference to java.
What is java oops?
What is int short for?