explain System.out.println
Answer Posted / praveen
System is a final class in java.lang package
out is a public static final refrence of PrintStram
in System
print() and println()are the methods in PrintStream
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is size of int in java?
Are maps ordered java?
What is a boolean flag in java?
What is the default execution method in java?
How we can run a jar file through command prompt in java?
What is mutable object and immutable object?
What is the purpose of a transient variable?
Is this valid in java ? Can we instantiate interface in java?
Can we assign null to double in java?
How to store image in arraylist in java?
Why does java have different data types for integers and floating-point values?
Is zero a natural number?
How does singleton class work?
Can we increase array size dynamically in java?
Can memory leak in java?