explain System.out.println
Answer Posted / budhaditya biswas
System is a class of Java.lang package which is automatically imported in Java program. Out is a predefined Stream variable which is public and static within System. System.out is an object of PrintStream type.println is a method.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why parameters should be passed by reference?
What is style and indentation?
What is %d in printf?
What is difference between classpath and path variables in java?
How does arraylist work in java?
What is the difference between I ++ and ++ I in java?
Which collection is ordered in java?
What are voids?
What is an empty class? What functionality does it offer in Java?
What is string in java with example?
explain copyonwritearraylist and when do we use copyonwritearraylist?
What is the byte order of byte buffer?
Do loops java?
What is continuity of a function?
What do you know about java?