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
What is an infinite loop in java? Explain with an example.
What is local class in java?
why we use merge option in hybernate pls give a ex snippet
What is balanced tree in java?
Why are there no global variables in java?
how to deploy tomcatserver to weblogic server? write d following steps?
What is a variable declaration?
What type of value does sizeof return?
What is a treeset in java?
What is Classloader in Java?
What is data and its types?
Is zero a positive integer?
Add a value x to array from index l to r where 0 <= l <= r <= n-1
What is difference between equal and == in java?
What is oops in java?