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
Describe the various concepts related to object oriented programming (oop).
How to reverse string in java?
What does escaping a character mean?
How to read and write image from a file ?
os is developed in c no java is more secured then c na why dont the os developed is developed using java
Can a class be declared as static?
Why is boolean important?
What is the purpose of interface?
What does math floor () do?
Can we override protected method in java?
describe synchronization in respect to multithreading? : Java thread
Is boolean a wrapper class in java?
What is the importance of hashcode() and equals() methods?
What do you mean by platform independence of Java?
Objects or references which of them gets garbage collected?