explain System.out.println
Answer Posted / ji
system. It is a class,and
out is the static member variable,
println is the method(out class method)..........
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How is java created?
How we create object in copy constructor?
Why is a string immutable?
What are void methods?
Why do we need singleton class?
Explain the difference between jdk, jre, and jvm?
How do you compare characters in java?
What is parameters example?
What is the static block?
How do you remove spaces in java?
How does multithreading take place on a computer with a single cpu?
What are the supported platforms by java programming language?
What is java util list?
Why bytecode is called bytecode?
Why singleton is not thread safe?