How to print a statement without using semicolan in java
Answer Posted / abhishek sahu
class PrintDemo
{
if(System.out.println("Hello"))
{
}
}
| Is This Answer Correct ? | 2 Yes | 12 No |
Post New Answer View All Answers
What is a Hash Table? What are the advantages of using a hash table?
explain local datetime api in java8?
What are sets in java?
How can you read content from file in java?
How to implement an arraylist in java?
Can we change the value of static variable?
Is java a virus?
What is the use of coding?
What are the methods to rectify ambiguities in the interfaces in JAVA?
What is the use of object and class classes?
What is a heavyweight component?
Will set allow duplicates in java?
Can you explain the meaning of aggregation and composition
What are loops in java? What are three types of loops?
What is passing value java?