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 is the difference between a menuitem and a checkboxmenuitem?
What is clustering? What are the different algorithms used for clustering?
What is the relationship between the canvas class and the graphics class?
What are various types of class loaders used by jvm?
how do you Handle Front End Application data against DB with example?
Can I use javascript to submit a form?
What is the immediate superclass of the applet class?
What are the oops concept?
Explain ioc concept?
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?
If we opened Windows Internet Explorer 4 times, does it starts 4 processes or 4 threads?
what are getters and setters in Java with examples?
How to pass parameters in RMI?
Explain how will the struts know which action class to call when you submit a form?
what is the use of State Factories?