explain System.out.println
Answer Posted / naresh
system: is a class name
out: is a static variable in system class.when we call out
a printstream object will be created internally.
println(): method of printstream class
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is arraylist dynamic in java?
What is file in java?
What is threaded programming and when is it used? : Java thread
explain multi-threading in java?
How do you override a method in java?
How many bytes are there?
What is the meaning of variable in research?
For class CFoo { }; what default methods will the compiler generate for you>?
What is the primitive type short?
Can we pass a primitive type by reference in java? How
Mention a package that is used for linked list class in java.
What is substring in java?
Can a class have an interface?
What is unmodifiable collection in java?
What is string variable?