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
Can I import same package/class twice? Will the jvm load the package twice at runtime?
How primary key is implemented in Oracle?
What is in-memory replication?
What restrictions are placed on the location of a package statement within a source code file?
What is a modular application? What does module-relative mean?
What you mean by COM and DCOM?
What is message driven beam?
What are the different class loaders used by jvm?
Can I use javascript to submit a form?
Why a component architecture for the java platform?
which type of objects reference will be given to client?
Will the general public have access to the infobus apis?
Can you control when passivation occurs?
What is the difference between ear, jar and war file?
Is jvm a overhead?