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 callback interfaces?
What is the purpose of the notify() method?
Explain how will the struts know which action class to call when you submit a form?
How many times may an objects finalize() method be invoked by the garbage collector?
Can I use javascript to submit a form?
What state does a thread enter when it terminates its processing?
What is the purpose of the wait(), notify(), and notifyall() methods?
Can we sent objects using Sockets?
whats is mean by connectionpooling
How are the elements of a borderlayout organized?
Which are the different segments of memory?
Write a program to show synchronization?
What is the relation between the infobus and rmi?
What is the difference between the string and stringbuffer classes?
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?