explain System.out.println
Answer Posted / ramanjaneyulu.b
-->System is a class name
-->out is an object of a class
-->println is the printstream
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is meant by memory leak?
Is there any limitation of using inheritance?
what is the use of bean managed and container managed with example?
Explain working of call by reference function invoking.
How to display all the prime numbers between 1 and n (n is the number, get the input from user)
How we can execute any code even before main method?
Explain the importance of finalize() method.
What are synchronized blocks in java?
I have multiple constructors defined in a class. Is it possible to call a constructor from another constructor’s body?
What is scanner in java?
What is the difference between assignment and initialization?
What is jvm? Why is java called the platform independent programming language?
What is type parameter in java?
Is an object null?
How to write custom exception in java?