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
Which class is the superclass for every class in java programming?
What is hashtable and explain features of hashtable?
What is main function purpose?
How many bytes is a string java?
What is public static?
Name few java 8 annotations ?
What is appletviewer?
Can we define a package statement after the import statement in java?
What are the benefits of operations?
What is the difference between a vector & an array list?
Explain about data types?
Explain the importance of finally block in java?
Define interface in java?
v-model life cycle
Can we create our own daemon thread?