How to print a statement without using semicolan in java
Answer Posted / srinivaskumar.nimmana
Write like this to print...
if(system.out.printf("hello sree")==null)
here we r using printf instead of println()
| Is This Answer Correct ? | 25 Yes | 9 No |
Post New Answer View All Answers
What is maximum size of arraylist in java?
Is integer passed by reference in java?
What is a list in java?
What is an interoperable application in java ?
What is difference between null and void?
How does predicate work in java?
What is stream api in java8?
What is off heap memory?
What do you mean by pointer value and address?
What is a JAR file?
What method is used to specify a container's layout in java programming?
Why pass by reference is not possible in java?
What is the difference between comparison done by equals method and == operator?
Difference between Preemptive scheduling vs. Time slicing?
What is a boolean structure?