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
Difference between ‘is-a’ and ‘has-a’ relationship in java?
Which sorting algorithm is in place?
What is the difference between replace and replace all?
Why we go for collections in java?
What does business logic mean?
Why packages are used?
Can you access the private method from outside the class?
Can you instantiate the math class in Java?
What are variable arguments or varargs?
Why should we use singleton pattern instead of static class?
What is fundamental datatype?
Is char a data type in java?
Can we overload the main() method?
Why java is said to be pass-by-value ?
How can you generate random numbers in java?