explain System.out.println
Answer Posted / venkatearamireddy
System: System refers to current java program.
out: out refers to output device. by default it is monitor.
println: to print the specific string onto output device in
next line
| Is This Answer Correct ? | 118 Yes | 544 No |
Post New Answer View All Answers
What is return in java?
What is local class in java?
Define reflection.
What is primitive data type in java?
When wait(), notify(), notifyall() methods are called does it releases the lock or holds the acquired lock?
What is the difference between static and global variables and also define what are volatile variables?
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 a parameter in simple terms?
Which package is imported by default?
What is update method called?
What is an example of a constant variable?
how to run ecllipse with jettyserver for windows environment using batch file
What is hashing principle in java?
Is alive in java?
How many bytes is double?