How to print a statement without using semicolan in java
Answer Posted / sadikhasan palsaniya
for (int i=0;i<1;System.out.println("Sadikhasan
Palsaniya"),i++);
| Is This Answer Correct ? | 22 Yes | 4 No |
Post New Answer View All Answers
Is there any difference between synchronized methods and synchronized statements?
What is the vector class in java programming?
What are variable arguments or varargs?
Is integer a class?
What are data types in programming?
Explain different types of wrapper classes in java?
Why string is not a wrapper class?
Say any two properties in beans?
What is boolean used for?
What is an example of a conditional statement?
What is meant by bytecode?
What type of variable is error flag?
What is the difference between logical data independence and physical data independence?
Which is illegal identifier in java?
What is a copy constructor in java?