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 many digits is int32?
What is a double?
What are the three parts of a lambda expression? What is the type of lambda expression?
What happens if we don’t override run method ?
Is java 11 paid version?
What is data structure in java?
Can we create a class inside a class in java?
What is compareto?
Write a program to find the whether a number is an Armstrong number or not?
What is comparator in java?
How java enabled high performance?
What are encapsulation, inheritance and polymorphism?
What is the purpose of assert keyword used in jdk1.4.x?
Explain the advantages of packages in java?
Is sizeof a preprocessor?