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
Explain about procedural programming language or structured programming language and its features?
What do you mean by platform independence of Java?
I am a fresher and know core java, c languge, html, css etc if I am illegible for any job then send it on my email tatranakshay276@gmail.com
What is immutable in java?
What are parameters in a method?
What is math in java?
How to create com object in Java?
How do you check if two given string are anagrams?
Do loops java?
What are the advantages of defining packages in java?
List primitive java types?
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 the base class of all exception classes?
What is difference between path and classpath?
What is java objectoutputstream?