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 keyword auto for?
What is the mapping mechanism used by java to identify IDL language?
Is it necessary that each try block must be followed by a catch block?
Explain about java sdk?
How are multiple inheritances done in Java?
What is getclass () getname () in java?
What is Major and importance difference between for and foreach loop ?
Is static a keyword in java?
What is private public protected in java?
What do you understand by overloading and overriding in java?
How can you traverse a linked list in java?
Is the empty set a singleton?
What does java edition mean?
What is java object name?
What is assembly language?