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
What exactly is a .class file?
What does those terms actually mean included in the j.d.k i.6?
What is the purpose of the file class in java programming?
What are the four versions of java?
Is a class subclass of itself?
Can a class have 2 constructors?
What is difference between static class and normal class?
Is finalize() similar to a destructor?
What advantage do java's layout managers provide over traditional windowing systems?
How do you use wildcards?
Write a method to check if input string is palindrome?
What is treeset in java?
whatis Home interface and Remoteinterface? with example?
What is a nested class?
When should the method invokelater() be used?