explain System.out.println
Answer Posted / arun gopal
'System' is a class in java.lang package
'out' is a static object of PrintStream class in java.io
package
'prinln()' is method in the PrintStream class.....
| Is This Answer Correct ? | 791 Yes | 59 No |
Post New Answer View All Answers
What are the 6 boolean operators?
Is char * a string?
What are register variables what are the advantages?
how to create constants in java?
Which class represents the socket that both the client and server use to communicate with each other?
Is jdk required on each machine to run a java program?
placement papaers of spring computing technology
Is java free for businesses?
What does the “static” keyword mean?
Why charat is used in java?
What is the constructor?
How to call one constructor from the other constructor ?
What is the association?
Can we use different return types for methods when overridden?
What does += mean coding?