explain System.out.println
Answer Posted / atanu
System: Predefined Final class
out: Printstream object
System.out: standard output stream
println: built-in method which is overloaded
System.out.printline(): print a string in a new line
| Is This Answer Correct ? | 9 Yes | 23 No |
Post New Answer View All Answers
What an i/o filter?
How to create com object in Java?
Why super is first line in java?
Why do we need strings in java?
Give me example of derived data types.
What is difference between array and arraylist in java?
What's the purpose of static methods and static variables?
whar are the draw backs of programming lang step by step in Clang and next in C++ and next and in Java nad in .Net
Can a lock be acquired on a class in java programming?
What is size () in java?
In how many ways we can do synchronization in java?
What is the difference between variable declaration and variable initialization?
What is the final class?
What are the types of literals?
What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?