explain System.out.println
Answer Posted / malyadri tavva
System:System is predefined class in java.lang package.
out: out is final and static variable in system class and
it is a referece variable in PrintStream class.
we call the static varible with their class names.i.e
System.out
println():
println() is a method in PrintStream class so we can call
this method by using the reference variable i.e
System.out.println().
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Where is java located?
What is api data?
What is null object in java?
Is alive method in java?
What is the difference between form & report?
How we can run a jar file through command prompt in java?
What is static block?
Is null or empty java?
What is Java Shutdown Hook?
What are the advantages of exception handling?
What are the different ways of creating thread?
Can an interface extend a class?
What is a nested list?
What are internal variables?
What is arrays fill in java?