what is the difference between System.out.println and out.println in java
Answer Posted / sharmi
Both are used to display the output. But system.out.println
is used in java and out.prinln is used in scripting languages
| Is This Answer Correct ? | 28 Yes | 16 No |
Post New Answer View All Answers
What are the pros and cons of detached objects?
what is handle?
Is there a guarantee of uniqueness for entity beans?
Why are my checkboxes not being set from on to off?
wahts is mean by dynavalidatorform in struts/
Can constructors be synchronized in java?
Do you think that java should have had pointers?
Where we can write Rmi registry in the code, without having to write it at the command prompt?
What is Stream Tokenizer?
What is a policy?
What is the relation between the infobus and rmi?
What is the immediate superclass of the applet class?
What are the call back methods in entity bean?
Do I need to import javlang package any time? Why ?
Can I import same package/class twice? Will the jvm load the package twice at runtime?