what is the difference between System.out.println and out.println in java
Answer Posted / vmpire
out.println() and System.out.println() both are using for display purpose
out.println() use in jsp code<%out.println("vmpire<'_'>")%>
System.out.println() is use for when you want print some on console
Here system is class and out is the static variable of System class of printstream class type println is static method of stream class
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is prototype?
In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?
In inglish: How to convert jar to exe files? Em português: Como converter arquivos .jar para .exe?
What is the infobus?
Why use a datasource when you can directly specify a connection details?
When a thread blocks on i/o?
What is table mutation and how do you avoid it?
What is in-memory replication?
what are memory considerations of jsp compares to other web components?
Why doesn’t the focus feature on the tag work in every circumstance?
If we opened Windows Internet Explorer 4 times, does it starts 4 processes or 4 threads?
Explain phantom read?
What value does readline() return when it has reached the end of a file?
what is a portable component?
Is “abc” a primitive value?