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
Which class is the immediate superclass of the menucomponent class?
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?
hi friends, i have done my BE(CSE)at 2011 then i have joined one company before they asked me 50k so i paid but now they telling no project here so we r going to close like that so now i need any job i have good knowledge in core java and j2ee(jsp,servlet,jdbc) so if u know any job pl help me
Explain about local interfaces.
What is a clone?
Are there books about seam?
What is the difference between a menuitem and a checkboxmenuitem?
What value does read() return when it has reached the end of a file?
How are the elements of a cardlayout organized?
How to determine SGA site?
Define aop(assepct oriented programing)?
What do you know about seam?
What class is used to create Server side object ?
What are the types of scaling?
when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??