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
Define an applet in java?
Is final static java?
What is an example of character?
Is 0 an even number?
Give me some null interfaces in java?
What is javac in java?
Is java a software?
What are the disadvantages of using inner classes?
What are the types of methodology?
What is a treeset class?
What are keywords in java?
Explain thread life cycle in java?
Is arraylist an object in java?
If we allocate the memory using 'new' & de-allocated using 'free' then what will happen?
Why is the main method declared static?