define System.out.println(); what is the meaning!
Answer Posted / ilankumaran
System is a class
out is a predefined streaming object of the System class
and println() is a method which is used to print the output
on the screen
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Why java is said to be pass-by-value ?
What is java’s garbage collected heap?
What are the fileinputstream and fileoutputstream?
Explain different states of a thread in java?
how to know the total memory occupied by the objects in the ArrayList(Array list may contain duplicate objects)
Can we convert stringbuilder to string in java?
Do you need to import math in java?
what is the constructor and how many types of constructors are used in java?
Hi all, I am dng a mini project on FileSplitter application which splits the GBs of logfile into Smaller chunks(mbs) depending on the split size." How to handle GBs file? I am getting OutOfMemoryException, when I input such GB sized file. Thx
What is meant by class loader? How many types are there?
How do you implement tree mirroring in java?
What is purpose of applet programming?
Can we print null in java?
Are there structures in java?
What is fail fast in java?