how to print output with out using sop statements

Answers were Sorted based on User's Feedback



how to print output with out using sop statements..

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

how to print output with out using sop statements..

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

how to print output with out using sop statements..

Answer / manju

we can print by using Log.debug atatements

Is This Answer Correct ?    1 Yes 0 No

how to print output with out using sop statements..

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

how to print output with out using sop statements..

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

Post New Answer

More Core Java Interview Questions

What is unmodifiable list in java?

0 Answers  


How can a gui component handle its own events in java programming?

0 Answers  


What is finalize()?

0 Answers  


Write a program to search a number in the given list of numbers.

0 Answers   Honeywell,


Give us a program to check for parenthesis matching using stack.

0 Answers   Genpact,






how to handled exceptions & erros in ejb?

1 Answers   Satyam,


How many types of literals are there in JAVA?

0 Answers   Cap Gemini,


Can inner class be public in java?

0 Answers  


Are arrays static in java?

0 Answers  


what are the purposes of native, transiant key words?

2 Answers  


Explain the scope or life time of class variables or static variables?

0 Answers  


what is the difference between a java object reference and c++ pointer?

4 Answers  


Categories