explain System.out.println
Answer Posted / santhosh
System : It is a BuiltIn class
Out : it refers to the output device
println : It is a method of System class , a method which
helps in printing the contents in the paranthesis to the
output(console) device generally monitor.
| Is This Answer Correct ? | 13 Yes | 45 No |
Post New Answer View All Answers
What is the difference between class forname and new?
What's the base class in java from which all classes are derived?
How is string immutable in java?
How do you create a first line indent?
What is the benefit of using enum to declare a constant?
How do you declare an empty string?
Why strings in java are called as immutable?
Explain what are final variable in java?
What is method overriding in java ?
Which oo concept is achieved by using overloading and overriding?
What will be the default values of all the elements of an array defined as an instance variable?
How to retrieve data from database in java using arraylist?
Is oracle java 11 free?
What are the characteristics of Final,Finally and Finalize keywords.
What are different types of classloaders?