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 to optimize the javac output?
What is java console application?
Can main() method in java can return any data?
What is the java reflection api? Why it’s so important to have?
What is java used for on a computer?
Can you achieve runtime polymorphism by data members?
How do you write a conditional statement?
How can I debug the Java security exceptions and AccessControlExceptions?
In which language java is written?
How can we achieve thread safety in java?
we have syntax like for(int var : arrayName) this syntax is to find whether a number is in the array or not.but i want to know how to find that number's location.
How to overcome the exception object reference not set to an instance of object?
What does opcode mean?
What differences exist between iterator and listiterator?
What is the purpose of the system class in java programming?