what is the difference between System.out.println and out.println in java
Answer Posted / anbu
In JSP out.println() will be used which means to print the
data in browser and in Core Java System.out.println() will
be user which means that it is for system.
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
What are the benefits of detached objects?
which type of objects reference will be given to client?
For which statements does it make sense to use a label?
What is synchronization and why is it important?
How to pass parameters in RMI?
what are getters and setters in Java with examples?
what are the advantages of JTA over JTS?
Are enterprise beans allowed to use thread.sleep()?
How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!
Do I have to use jsps with my application?
Why are my checkboxes not being set from on to off?
What are the different methods of identifying an object?
Can you give me a simple example of using the requiredif validator rule?
Name three component subclasses that support painting?
How to implement RMI in Java?