How to print a statement without using semicolan in java
Answer Posted / prince kohli
claass WithoutSemicolon
{
public static void main(String args[])
{
if(System.out.printf("hello java")==null)
{}
}
}
Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
What is string [] java?
What do you mean by synchronized non access modifier?
Explain polymorphism citing an example.
what are abstract functions?
What is port number in java?
Which programming language is most secure?
What is use of arraylist in java?
Can main() method in java can return any data?
What is threaded programming and when is it used? : Java thread
What does void * mean?
Is a class subclass of itself?
What is a char in java?
What is google full form?
what is a thread pool in java and why is it used?
How are java objects passed to a method and what are native methods?