explain System.out.println
Answer Posted / narasimha rao
System is a class
out is static object
println() is a method
| Is This Answer Correct ? | 37 Yes | 12 No |
Post New Answer View All Answers
Difference between string, stringbuffer and stringbuilder?
What does isempty () do in java?
What does java stand for?
When is the finalize() called?
Where we write javascript code in html page?
What about method local inner classes or local inner classes in java?
Explain spliterator in java8?
how does multithreading take place on a computer with a single cpu? : Java thread
What is a java predicate?
What is the syntax and characteristics of a lambda expression?
How to create an immutable class?
What is final keyword in java? Give an example.
How is a variable stored in memory?
What is protected access modifier?
Can java hashmap have duplicate keys?