explain System.out.println
Answer Posted / ramu.gadde
System is the class name which is Available in
java.lang.System class
out is a static variable which is also available in
java.lang.System class
println is the method which is available in
java.io.PrintStream class
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is parsing a sentence?
If we allocate the memory using 'new' & de-allocated using 'free' then what will happen?
What is the difference between a choice and a list?
What is module in project?
How do you declare an empty string?
What is java abstraction with example?
How do you identify if jvm is 32-bit or 64-bit from java program?
Is alive and join method in java?
What is the latest version of java?
How do you reverse sort in java?
How is garbage collection controlled?
What is a string what operation can be performed out with the help of a string?
When should I use a singleton?
Explain about public and private access specifiers?
What are the legal parameters?