explain System.out.println
Answer Posted / vineet ahlawat
System is a class of java.lang package.
Out is a reference object in print stream class of java .io
package.
ptintln is a method in printstream class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How many ways can we create singleton class?
What is the purpose of a transient variable?
What are the principle concepts of oops?
What is the use of predicate in java 8?
Is arraylist dynamic in java?
What is meant by inheritance and what are its advantages?
Can a class be a super class and a sub-class at the same time? Give example.
Explain the transient field modifier?
What is tostring () method?
What is the relationship difference the canvas class and the graphics class?
What is boolean false?
What do you mean by append?
What does the ‘static’ keyword mean? Is it possible to override private or static method in java?
What is an immutable class?
What is the difference between length and length () in java?