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 RMI and Socket?
Can constructors be synchronized in java?
Is infobus easy to use?
the same information whether it will connect to the database or it will be used previous information?
Where we can write Rmi registry in the code, without having to write it at the command prompt?
What is prototype?
What is difference between object state and behavior?
How primary key is implemented in Oracle?
Java is fully object oriented languages or not?
what are the activation groupworks?
How are commas used in the intialization and iteration parts of a for statement?
Difference between new operator and class.forname().newinstance()?
What is the purpose of the wait() method?
What are various types of class loaders used by jvm?
What is the relationship between an event-listener interface and an event-adapter class?