what is the difference between System.out.println and out.println in java
Answer Posted / manjuraj
Both are used to display the output.By default you can use
the system.out.println,but we con't we the out.println
directly.
If we import the [ import static java.lang.System.out; ]
static import then we can use the out.println.
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
What is the difference between the string and stringbuffer classes?
the same information whether it will connect to the database or it will be used previous information?
how i secure my site with the https protocol.what are the steps?
Are we allowed to change the transaction isolation property in middle of a transaction?
Why is actionform a base class rather than an interface?
What is a clone?
What is mdb and what is the special feature of that?
Do you think that java should have had pointers?
Is infobus easy to use?
What happens when a thread cannot acquire a lock on an object?
What is scalable, portability in the view of J2EE?
What is the map interface?
How would you detect a keypress in a jcombobox?
Difference between DurableSubscription and non- DurableSubscription?
Explain ioc concept?