what is the difference between System.out.println and out.println in java
Answer Posted / uday
Both are used for displaying outputs. System.out.println() will print it to the system output stream while the syntax out.println is used in jsp and web environment where its rendered on the browser..
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What do you know about seam?
Which textcomponent method is used to set a textcomponent to the read-only state?
What is the difference between RMI registry and OS Agent?
Write a program to show synchronization?
Is it possible to stop the execution of a method before completion in a sessionbean?
How to deploy Jar, War files in J2EE?
What is the relationship between an event-listener interface and an event-adapter class?
What is glasgow?
Which containers use a border layout as their default layout?
What is the difference between the session.update() method and the session.lock() method?
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?
Can I import same package/class twice? Will the jvm load the package twice at runtime?
Explain the steps in details to load the server object dynamically?
Why does the tag url-encode javascript and mailto links?
What is the difference between RMI and Corba?