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
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?
Brief description about local interfaces?
How a component can be placed on Windows?
How to deploy Jar, War files in J2EE?
Why use a datasource when you can directly specify a connection details? (in a J2EE application)
Should synchronization primitives be used on bean methods?
How would you reatach detached objects to a session when the same object has already been loaded into the session?
Can I import same package/class twice? Will the jvm load the package twice at runtime?
What is the immediate superclass of the applet class?
What is permgen or permanent generation?
What is synchronization and why is it important?
Is a class a subclass of itself?
How are the elements of a cardlayout organized?
What is in-memory replication?
Is the infobus client side only?