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
Explain what is orm?
Can I import same package/class twice? Will the jvm load the package twice at runtime?
Where can I find seam examples and documentation?
What is threadfactory?
What are the call back methods in entity bean?
For which statements does it make sense to use a label?
Why use a datasource when you can directly specify a connection details? (in a J2EE application)
What does module-relative mean?
What is the purpose of the notifyall() method?
When a thread blocks on i/o, what state does it enter?
How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!
Is jvm a overhead?
What is local interface. How values will be passed?
AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?
What is permgen or permanent generation?