define System.out.println(); what is the meaning!
Answer Posted / rinal
system- system is predefined class to provide access to the
system
out - out is the output stream used to connect the
console
println- println is method which is tell the compiler to
write a new line in our console
| Is This Answer Correct ? | 30 Yes | 18 No |
Post New Answer View All Answers
What do you understand by the term polymorphism?
What is the use of parse function in java?
What is the list interface?
Are arrays passed by reference in java?
Is java written in c?
Can we print null in java?
What is arraylist class in java?
Can a method inside a interface be declared as final?
How do you add an element to an arraylist in java?
Can we clone singleton object in java?
What is java literals?
What is thread safe java?
How does system arraycopy work in java?
What are the 6 mandatory procedures for iso 9001?
What is an empty class? What functionality does it offer in Java?