any other way to print the text without using
System.out.println() in java?
Answer Posted / hemanth
Yes of course. U can print text without using s.o.p by using static initialization block in Java
| Is This Answer Correct ? | 5 Yes | 12 No |
Post New Answer View All Answers
How do you check if a number is a perfect square?
Can you make a constructor final in Java?
What is super keyword explain with example?
Explain the use of shift operator in java. Can you give some examples?
Difference between static binding and dynamic binding?
How would you format a date in java? I.e. In the ddmmyyy format?
Can an interface be defined inside a class?
What is the purpose of tostring() method in java?
Can an unreferenced object be referenced again?
What is the main purpose of java?
What is the use of StringTokenizer class?
What do you mean by object?
What is the function of http?
What is update method called?
What is outofmemoryerror in java?