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
What is ellipsis in java?
What is args length in java?
What differences exist between iterator and listiterator?
Can constructor be static or final?
can used Protected Class outside Function.?
What is role of void keyword in declaring functions?
What is a java list?
What is the difference between overriding & overloading?
What is the use of predicate in java 8?
How do you call a reference in java?
How many ways can we create singleton class?
How can an object be unreferenced?
What is final variable?
How is a variable stored in memory?
How can you set the applet size?