define System.out.println(); what is the meaning!
Answer Posted / alok
System is a class defined in java.lang package(public final
class System extends Object) that provides useful methods
and class fields(out,in,err)for input and output.
out is print stream object.it is static, so can be called
by its class name(System.out)
println() is a print stream method that is already
overloaded for each and every thing.it directs the output
to console
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How to write custom exception in java?
What is null in java?
What are the four versions of java?
Write a java program to count the number of words present in a string?
What are different data types?
What are the pillars of java?
What is string in java is it a data type?
What is the lifetime and scope of a variable?
Can finally block be used without a catch?
Can string be considered as a keyword?
Can we have multiple catch block for a try block?
What is meant by polymorphism?
What should I import for arraylist in java?
Does list allow duplicates in java?
What is a qms manual?