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
In inglish: How to convert jar to exe files? Em português: Como converter arquivos .jar para .exe?
Is a class a subclass of itself?
If your ui seems to freeze periodically, what might be a likely reason?
Can I use multiple html form elements with the same name?
What are the different methods of identifying an object?
What is JTS?
What is the purpose of the wait() method?
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
Difference between hashmap and hashtable?
How would you create a button with rounded edges?
What is jboss?
What is Remote Server?
What happens when a thread cannot acquire a lock on an object?
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?
Name the eight primitive java types.