explain System.out.println
Answer Posted / atanu
System: Predefined Final class
out: Printstream object
System.out: standard output stream
println: built-in method which is overloaded
System.out.printline(): print a string in a new line
| Is This Answer Correct ? | 9 Yes | 23 No |
Post New Answer View All Answers
How many types of classes are there in java?
What is the function of compareto in java?
What is exception in java?
What is the difference between @before and @beforeclass annotation?
What is class array in java?
Do extraneous variables affect validity?
What is operator overloading. Is it is supported in java?
What are the types of relation?
What are the elements of java?
Is overriding possible in java?
Can we override private method?
State the merge-sort principle and its time complexity.
Give me example of derived data types.
What an i/o filter in java programming?
Can you declare an interface method static?