explain System.out.println
Answer Posted / vinay tiwari
System: System is a Package
out: out is a class belonging to System Package
println(): println() is a method of out class
| Is This Answer Correct ? | 54 Yes | 453 No |
Post New Answer View All Answers
What is the abstract class?
Does java support multiple inheritance or not?
What is append function?
Does importing a package imports its sub-packages as well in java?
What do you mean by garbage collection used in java?
What is a method vs function?
What are the legal operands of the instanceof operator?
How do you escape in java?
What is main function purpose?
Is array passed by reference in java?
What is the unit of plancks constant?
What are the application of stack?
How to run a JAR file through command prompt?
Explain about fail fast iterators in java?
Can you instantiate the math class in Java?