explain System.out.println
Answer Posted / ashwani
system has a final class which can never instantiated by
other class. it has a private constructor has private or
private constructor never call, it call by jvm.
out: out is field type of static printer writer.
println: has a method of printsteam .
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is an empty class? What functionality does it offer in Java?
What is the static variable?
What is an infinite loop?
Why is static used?
What is the collections api?
What is java autoboxing?
What is the disadvantage of java?
What is ‘has a’’ relationship in java?
What does bitwise or mean?
Is it possible to use Semaphore/ Mutex in an Interrupt Handler?
What are the differences between getting and load method?
What do you mean by of string::valueof expression in java 8?
What is the difference between replace and replace all?
What is the += operator called?
What is the difference between compile-time polymorphism and runtime polymorphism?