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 are the call back methods in entity bean?
What is the difference between the ‘font’ and ‘fontmetrics’ class?
how do you Handle Front End Application data against DB with example?
What is Remote Server?
Can I have an action without a form?
How would you create a button with rounded edges?
How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!
Is there a guarantee of uniqueness for entity beans?
If your ui seems to freeze periodically, what might be a likely reason?
What is the difference between ear, jar and war file?
Can I map more than one table in a cmp?
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??
What are JTA/JTS and how they used by client?
What is the difference between long.class and long.type?
Difference between swing and awt?