how to print output with out using sop statements
Answer Posted / 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 |
Post New Answer View All Answers
What is an argument in java?
What are the ways to instantiate the class class?
What is difference between == equals () and compareto () method?
Can You Have Virtual Functions In Java?
How do you achieve singleton?
What is object-oriented paradigm?
What kind of variables can a class consist?
What is meant by tab pans?
Does it matter in what order catch statements for filenotfoundexception and ioexception are written?
What is a Null object?
Which is the best approach for creating thread ?
What is a dot notation?
What’s meant by anonymous class?
Why spring singleton is not thread safe?
Can list be null in java?