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 purpose of the wait() method?
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
What value does readline() return when it has reached the end of a file?
what are the advantages of JTA over JTS?
What are the different approaches to represent an inheritance hierarchy?
How primary key is implemented in Oracle?
Is the infobus client side only?
What is Remote Server?
What is aop(assepct oriented programing)?
What is permgen or permanent generation?
How would you reatach detached objects to a session when the same object has already been loaded into the session?
Do I have to use jsps with my application?
What do you mean by Socket Programming?
How a component can be placed on Windows?
Explain phantom read?