explain System.out.println
Answer Posted / raju kumar (bca)
ex:-class System
{
static printstream out= new printstream();
static Inputstream in= new Inputstream();
}
conclusion:=>
"system" is a class&packege(java.lang).
"out" is a static object of printstream class (java.io).
and "println()"is a method of out calss.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between static method and instance method in Java?
What is variable argument in java?
What is nested class?
Write java program to reverse string without using api?
How would overload a function based on return type?
Why java does not support pointers?
How to retrieve data from database in java using arraylist?
what is method reference in java 8?
What is the purpose of static keyword in java?
How the interruptible method gets implemented?
what is anonymous class in java?
Why pass by reference is not possible in java?
What is exception handling in java?
What is nan in java?
Does anyone still use java?