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
I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?
What is the difference between quicksort & mergesort? When should they be used? What is their running time?
What is the difference between an if statement and a switch statement?
Is java pass by value or pass by reference?
What is meant by javabeans?
What is the use of default method in interface in java? Explain
What is the difference amongst jvm spec, jvm implementation, jvm runtime ?
How does class forname work in java?
What is keyset in java?
Why does java have different data types for integers and floating-point values?
What is overriding in java?
Write a program to calculate factorial in java?
What does next mean in java?
What is locale?
How do you define a variable?