what is the difference between System.out.println and out.println in java
Answer Posted / binod
yes..both r used to display the output...but
System.out.println() is used in core java..and out.println()
is used in advanced java...servlets,jsp,etc.....
Is This Answer Correct ? | 2 Yes | 8 No |
Post New Answer View All Answers
What is the difference between session and entity beans?
What are the different approaches to represent an inheritance hierarchy?
Can I use multiple html form elements with the same name?
To what value is a variable of the string type automatically initialized?
What is the purpose of the finally clause of a try-catch-finally statement?
Define prototype?
What is Remote Server?
Do I have to use jsps with my application?
How can I scroll through list of pages like the search results in google?
What is the highest-level event class of the event-delegation model?
Name three component subclasses that support painting?
What is the difference between long.class and long.type?
What if the static modifier is removed from the signature of the main method?
Is infobus easy to use?
Why does the tag url-encode javascript and mailto links?