explain System.out.println
Answer Posted / shakti prasad rath
System ->it is a final class present in java.lang package
that can be inherited.
out -> it is a inner class object.
println() -> it is a method in printstream class
| Is This Answer Correct ? | 9 Yes | 44 No |
Post New Answer View All Answers
How do you declare an empty string?
What are different types of references?
Explain the importance of import keyword in java?
Which is best ide for java?
What is ternary operator? Give an example.
What is a java applet? What is an interface?
Which is better 64 bit or 32 bit?
How many types of variables are there?
What technique is carried out to find out if a particular string is empty?
What does it mean to flush a file?
What is the preferred size of a component in java programming?
When should we create our own custom exception classes?
What is string pool in java?
Why do we need data structure in java?
What is lambda programming?