explain System.out.println
Answer Posted / chandan
system is a class
out ia an object of printwriter class
println is a method of printwriter class
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain tree set and its features?
What is number data type in java?
Can we rethrow the same exception from catch handler?
Define how destructors are defined in java?
What are thread safe functions?
What is the difference between jdk, jre, and jvm?
How to overcome the exception object reference not set to an instance of object?
What is array length?
How do you sort a list in java?
Tell us something about an iterator.
Is there a jre for java 11?
What invokes a thread's run() method in java programming?
What is data and its types?
23. Storage space in java is of the form Stack Queue Heap List 24. What is java code embedded in a web page known as Applets Servlets scriptlets snippets 25. Which of the following attributes are compulsory with an
Can we extend a class with private constructor?