explain System.out.println
Answer Posted / santhosh
System : It is a BuiltIn class
Out : it refers to the output device
println : It is a method of System class , a method which
helps in printing the contents in the paranthesis to the
output(console) device generally monitor.
| Is This Answer Correct ? | 13 Yes | 45 No |
Post New Answer View All Answers
What is the java reflection api? Why it’s so important to have?
What initialize variables?
How to declare an arraylist in java?
What is the base class in java from which all classes are derived?
What is java console application?
Is there a way to increase the size of an array after its declaration?
Which is fastest collection in java?
How do you access command-line arguments within the code?
What's the base class in java from which all classes are derived?
What is java in layman terms?
What is the difference between declaration and definition in java?
Write a program to print the pattern given below
What is difference between array and vector?
Is break statement can be used as labels in java?
What is the difference between the Reader/Writer class hierarchy and the InputStream/OutputStream class hierarchy?