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
Why use a datasource when you can directly specify a connection details? (in a J2EE application)
How a component can be placed on Windows?
What is table mutation and how do you avoid it?
If we opened Windows Internet Explorer 4 times, does it starts 4 processes or 4 threads?
Explain about thread synchronization inside a monitor?
What is the relationship between the canvas class and the graphics class?
What are the different approaches to represent an inheritance hierarchy?
What is abstract schema?
Why a client should be multithreading? Explain.
Define prototype?
Can you give me a simple example of using the requiredif validator rule?
What is the diffrence between a local-tx-datasource and a xa-datasource?
To what value is a variable of the string type automatically initialized?
What method is invoked to cause an object to begin executing as a separate thread?
Do we need to override service() method