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
Explain about thread synchronization inside a monitor?
How to pass parameters in RMI?
What you mean by COM and DCOM?
What is the difference between system.out ,system.err and system.in?
Describe responsibilities of Activator?
How primary key is implemented in Oracle?
How would you reatach detached objects to a session when the same object has already been loaded into the session?
Do I have to use jsps with my application?
What’s jboss cache in short?
What is ioc concept & explain it?
In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?
How is a java object message delivered to a non-java client?
What is the difference between session and entity beans?
Explain the steps in details to load the server object dynamically?
Why a client should be multithreading? Explain.