explain System.out.println
Answer Posted / vipul patil
System is public class...& out is static object So class
System can invoke it directly...out is a static object of
PrintStream.class ,& println() is method of PrintStream.class
so "System.out.print(" hello");"
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is identifier give example?
What is the difference between logical data independence and physical data independence?
Can java object be locked down for exclusive use by a given thread?
explain the difference between jdk and jvm?
Is void a return type?
How do you empty a list in java?
What is a super method?
Can you explain the usages of class.forname()?
What is the exact difference in between unicast and multicast object? Where we will use?
What is operator overloading. Is it is supported in java?
Explain the use of shift operator in java. Can you give some examples?
Which class is the superclass for all the classes?
What is the difference between an inner class and a sub-class?
What is meant by anonymous class?
How do you check if a number is a perfect square?