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
Can we instantiate interface in java?
What does the @override annotation do?
Can we sort a map in java?
What are the Main functions of Java?
Which class is the superclass of all classes?
What is a char in java?
What are the features in java?
Give an example of use of pointers in java class.
What is java virtual machine? Explain
Explain when we should make an instance variable private.
What are selection structures?
What lambda means?
Are generics important java?
What is an argument in java?
What are the major advantages of internal iteration over external iteration?