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
Explain wrapper classes in java?
What comes to mind when someone mentions a shallow copy in java?
What is the difference between the prefix and postfix forms of the ++ operator?
How does indexof work?
How can you say java is object oriented?
How can you read an integer value from the keyword when the application is runtime in java? example?
Can inner class have constructor?
Can we have return statement in finally clause? What will happen?
Write a regular expression to validate a password. A password must start with an alphabet and followed by alphanumeric characters; its length must be in between 8 to 20.
What is an empty list in java?
What do you know about java?
How to sort an array from smallest to largest java?
Detail discussions on JVM, memory management and garbage collector.
In Java list the methods that can be overridden?
When do we use synchronized blocks and advantages of using synchronized blocks?