explain System.out.println
Answer Posted / sekhar v n
System is a predefined final class
out is a PrintStream object
and
println is a built-in overloaded method in the out object
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Which class should you use to obtain design information about an object in java programming?
What are triggers in DB? Explain their types. How do they work?
What is the symbol for average?
What is string [] java?
What does the “final” keyword mean in front of a variable? A method? A class?
Why there is no call by reference in java?
What are the three best choices for a development environment?
What is the generic function?
How do you sort an array in java?
Explain features of interfaces in java?
What is main difference between variable and constant?
What are the different types of methodologies?
Why are functions called methods in java?
Why use string handling in Java?
What is the += operator called?