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 a method in programming?
How do you reverse sort in java?
Why are the objects immutable in java?
Which is better singleton or static class?
Does java runtime require a license?
What is hash in java?
Can you call a method in a method?
Can a class be defined inside an interface?
What is the char data type?
Can we define static methods inside interface?
What is core java called?
What are pass by reference and pass by value?
What is the declaration statement?
How do constructors use this() and super()?
What is the method to declare member of a class static?