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
Why char array is preferred over string for storing password?
What is constant in programming?
Is Java a dying language?
Write a function for palindrome and factorial and explain?
What are the changes in java.io in java 8 ?
How many characters is 2 bytes?
What is an array length?
What is overriding in java?
What do you understand by looping in java? Explain the different types of loops.
What do you understand by final value?
What flag up means?
What exceptions occur during serialization?
What is the largest data type in java?
What does string mean in java?
What is operator overloading. Is it is supported in java?