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

Answer Posted / sreenivasulu

same

Is This Answer Correct ?    2 Yes 13 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the infobus?

614


Explain what is orm?

681


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


If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?

572


how do you Handle Front End Application data against DB with example?

1479






What is a class loader? What are the different class loaders used by jvm?

587


What is the difference between long.class and long.type?

567


For which statements does it make sense to use a label?

589


What happens when a thread cannot acquire a lock on an object?

541


Is a class a subclass of itself?

590


What’s jboss jbpm?

583


How to determine SGA site?

1912


Define the remote object implementation?

2001


What is mdb and what is the special feature of that?

568


Can I use javascript to submit a form?

615