Answer Posted / sowjanya
System is the class name and out is the static variable of the System class.
Out is called a field in System Class.
Print() method is used to disply something on the monitor.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is null == null in java?
Can the garbage collection be forced by any means?
How do you sort arrays in java?
Give the hierarchy of inputstream and outputstream classes.
What is the indent key?
What is bubble sort in java?
What is the purpose of using java.lang.class class?
How are this() and super() used with constructors in java programming?
What is the public field modifier?
What is a lightweight component?
Write a program in java to find the maximum and minimum value node from a circular linked list.
Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?
How do you sort objects in java?
Can an unreferenced object be referenced again?
What are basic data types?