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 stored procedure. How do you create stored procedure ?
What is arraylist e in java?
What is the current version of java?
What are the three parts of a lambda expression? What is the type of lambda expression?
What will happen if non-synchronized method calls a static synchronized method and what kind of lock it acquires?
There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?
How do you sort objects in java?
What is the difference between method overriding and overloading?
What is meant by null and void?
Can java cast null?
Explain the importance of finalize() method.
Why do we create threads in java?
What is difference between adapter class and listener?
What does flag mean in java?
what is the purpose of using rmisecuritymanager in rmi?