Answer Posted / edward sudhaharchennai
out is d object of PrintStream class which is available in
System class. println is a static method . its work is to
print the information provided into the console...
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is return keyword in java?
What is a treeset in java?
What are the characteristics of Final,Finally and Finalize keywords.
Explain about object oriented programming and its features?
Are arrays classes in java?
Distinguish between a predicate and a function?
What is string data?
What is the final blank variable?
When is the arraystoreexception thrown?
Can a variable be local and static at the same time?
What is space character in java?
What about interrupt() method of thread class ?
What do you understand by weak reference?
How would you use Bubble Sort to sort the number of elements?
Explain access modifiers in java.