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 is number data type in java?
how does multithreading take place on a computer with a single cpu? : Java thread
Explain about fail safe iterators in java?
What is purpose of find feature?
Differentiate between run time error and syntax error.
List the interfaces which extends collection interface?
Where and how can you use a private constructor?
Is a copy constructor?
What is dot operator?
Explain working of call by reference function invoking.
What is the function of log?
Enlist diffrent types of inheritance supported by java?
What access modifiers can be used for variables?
Give differences between Quicksort & Mergesort. When should these sorts be used and what is their running time?
What is the difference between the paint() and repaint() methods?