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 type parameter in java?
what invokes a threads run() method? : Java thread
Are maps ordered java?
Tell me about your ability to work under pressure
What is the difference between serializable and externalizable interface?
What are thread groups?
a thread is runnable, how does that work? : Java thread
If you are given the name of the function at run time how will you invoke the function?
What is the difference between logical data independence and physical data independence?
Why string is immutable or final in java
What are the three types of design patterns?
What are packages in java?
What are instance variables?
what is anonymous class in java?
Which of the following classes will have more memory allocated?