explain System.out.println
Answer Posted / jaith eranga
System : Is the namespace.(not the package)
out : A class in the System namespace.
println : A method in the out class
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is meant by Garbage collection?
What is polymorphism in java? What are the kinds of polymorphism?
What does indexof return in java?
What are the escape sequences in java?
What is finalize()?
Can we inherit inner class?
What is the map interface in java programming?
Why is String immutable?
Can main() method in java can return any data?
How do you print array in java?
What is a heavyweight component?
What are constructors in java?
Why java is called not pure object oriented language?
When should you make a function static?
what do you understand by synchronization? : Java thread