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
Can a singleton class be inherited?
Is passing by reference faster?
What is double checked locking in singleton?
When throws keyword is used?
please send me hr interview questions in it industry
Difference between predicate, supplier and consumer ?
Can we call a non-static method from inside a static method?
What does @param args mean in java?
Is object a data type in java?
Tell me how many ways are there to initialise an integer with a constant.
Can we assign integer value to char in java?
Can you make a constructor final?
Can java list be null?
What are the ways to instantiate the class class?
Can list have duplicates in java?