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
Explain features of interfaces in java?
What is the exception hierarchy in java?
Which collection is best for sorting in java?
Do I need java on my pc?
What is anti pattern in java?
What is hashmap and map?
What is static in java?
What are the types of java?
What is the Concept of Encapsulation in OOPS
How does finally block differ from finalize() method?
What is the use of bufferedreader?
Name container classes in java programming?
What is a string what operation can be performed out with the help of a string?
Does java support multiple inheritances?
what are the high-level thread states? : Java thread