what is the difference between System.out.println and out.println in java

Answer Posted / hema

In jsp out.println means to print something in browser as a n html page,and System.out.println in which System already says for itself,everything will be printed in console

Is This Answer Correct ?    4 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the diff types of exception?

561


What is table mutation and how do you avoid it?

1919


Explain ioc concept?

627


what are memory considerations of jsp compares to other web components?

6014


Can you give me a simple example of using the requiredif validator rule?

606






What is the relationship between the canvas class and the graphics class?

540


Explain the different types of memory used by jvm?

614


Can I import same package/class twice? Will the jvm load the package twice at runtime?

649


What is message driven beam?

585


Write a singleton program?

572


how to make a index.jsp for running the site in internet and find an error for connection with weblogic server and java that give an error invalid object name.and how to maintain session.

1755


int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!

1367


What is permgen or permanent generation?

585


Can I use multiple html form elements with the same name?

581


What is the difference between the session.get() method and the session.load() method?

602