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

Answer Posted / binod

yes..both r used to display the output...but
System.out.println() is used in core java..and out.println()
is used in advanced java...servlets,jsp,etc.....

Is This Answer Correct ?    2 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are callback interfaces?

591


Which container method is used to cause a container to be laid out and redisplayed?

668


What is the highest-level event class of the event-delegation model?

575


Why a component architecture for the java platform?

579


What is the purpose of the wait(), notify(), and notifyall() methods?

570






What is the infobus?

614


What is ripple effect?

637


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


Why are my checkboxes not being set from on to off?

646


How would you create a button with rounded edges?

562


Explain about thread synchronization inside a monitor?

2000


how to use debug in my elipse to solve problems that exist in my project

1766


What is meant by method chaining?

664


Which characters may be used as the second character of an identifier, but not as the first character of an identifier?

549