how to print output with out using sop statements
Answers were Sorted based on User's Feedback
Answer / rajsekar
Create an object for the PrintWriter Class then call the
write() method...in that write method we can pass any type
of strings or etc...
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / 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 |
Answer / srinivas
there r 2 ways in which we can print stmts with out using
sops
1. using static
2. using anonimus inner classes
| Is This Answer Correct ? | 7 Yes | 7 No |
Answer / f
there r 2 ways in which we can print stmts with out using
sops
1. using static
2. using anonimus inner classes
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the latest version of java?
What is the purpose of object oriented programming?
What classes of exceptions may be thrown by a throw statement?
Why are the destructors for base class and derived class called in reverse order when the program exits
Explain importance of inheritance in java?
What is math exp in java?
Does substring create a new object?
Hi buddy, well i got that there is always a default constructor with abstract class. OK. But why not with interface? Thanks in advance.
What is the difference between final, finally and finalize() in java?
What occurs when an object is constructed?
Is java a compiler?
what is life cycle of applet?