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
How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!
What do you need to set-up a cluster with jboss?
What is the diffrence between a local-tx-datasource and a xa-datasource?
Explain phantom read?
What are callback interfaces?
what is an isolation level?
Explain about local interfaces.
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?
What is RMI and what are the services in RMI?
What is the purpose of the wait(), notify(), and notifyall() methods?
when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??
Write a singleton program?
what are the advantages of JTA over JTS?
Explain what is synchronization?
What if the static modifier is removed from the signature of the main method?