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
What is the purpose of declaring a variable as final?
Which is easier netbeans or eclipse?
Is 0 true or false in java?
What is passing by reference in java?
Why are lists ordered in java?
Can a class extends itself in java?
What is static variable with example?
What are different types of expressions?
What is stored procedure. How do you create stored procedure ?
Is {a, n, d} a palindrome? If you are given a random string, is it a palindrome or not?
What is the difference between member variables initialization and assignment in a constructor?
What is the purpose of return statement?
What happens when a thread cannot acquire a lock on an object in java programming?
What are data types in oop?
Can a static method be final?