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
Give differences between Quicksort &Mergesort. When should these sorts be used andwhat is their running time in java?
What is a war file?
What are adapter classes?
what invokes a threads run() method? : Java thread
What restrictions are placed on method overriding in java programming?
What is the default value of byte datatype in java?
What does super keyword do?
What is a subsequence of a string?
Can a singleton class be inherited?
Does isempty check for null?
Can array grow dynamically in java?
What does java se mean?
Is java util regex pattern thread safe?
Do I need to import java.lang package any time? Why?
What is the difference between class & structure?