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
How we can generate random numbers in java?
Is it compulsory for a try block to be followed by a catch block in java for exception handling?
Explain different ways of creating a thread. Which one would you prefer and why?
What is linkedlist in java?
If I don't provide any arguments on the command line, then what will the value stored in the string array passed into the main() method, empty or null?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?
What is variable explain?
What are the access modifiers in java?
What is the point of java?
What does business logic mean?
Can we declare a class as abstract without having any abstract method?
What if static is removed from main method?
What does sizeof return?
Can java list be null?
How do you clear an arraylist in java?