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
What is java instanceof operator?
What are data structures in java?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? : Java thread
What technique is carried out to find out if a particular string is empty?
hr interview how many minutes asking question
What is the output of the below java program?
What do you mean by jjs in java8?
Explain listiterator and methods in listiterator?
What are the application of stack?
Does a function need a return?
What is class and its types?
What happens if we override private method?
Can we overload the main() method?
What is private protected in java?
Why use string handling in Java?