explain System.out.println
Answer Posted / parth brahmbhatt
System is java class in java.lang package.
Out is static object of printstream class in java.io package.
println is the method of printstream class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a qms manual?
What is the Scope of Static Variable?
What is the difference between the reader/writer class hierarchy and the inputstream/outputstream class hierarchy in java programming?
how can you catch multiple exceptions in java?
give an example for encapsulation?
What is a vector in java?
How many bits is a string?
What are kinds of processors?
How do you compare two objects?
Why string objects are immutable in java?
Can two objects have same hashcode?
How do you convert bytes to character in java?
What about anonymous inner classes in java?
What is a final class ?
What is variable and rules of variable?