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 the relationship between local interfaces and container-managed relationships?
What modifiers may be used with an interface declaration?
What is the difference between long.class and long.type?
How can I scroll through list of pages like the search results in google?
What is the difference between the session.update() method and the session.lock() method?
Describe responsibilities of Activator?
Can we sent objects using Sockets?
Why are my checkboxes not being set from on to off?
What do you need to set-up a cluster with jboss?
What are the different class loaders used by jvm?
What is ripple effect?
What is a tasks priority and how is it used in scheduling?
What do you know about seam?
What are the benefits of detached objects?
What is the argument type of a programs main() method?