explain System.out.println
Answer Posted / deepa george
System: it is a predefined class that provides access to the system.
out: it is the output stream that is connected to the console.
println(): it is a built-in method that displays the string which is passed to it
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Describe the Big-O Notation.
Can a static class have a constructor?
What is the integer of 16?
Explain exception chaining in java?
What is function overriding and overloading in java?
What is size of int in java?
Why java is call by value?
What is an eror in java?
Define locale.
What is the scope or life time of instance variables?
What is the major difference between linkedlist and arraylist?
What is a substitution variable?
Can we create a constructor in abstract class?
What is api in java?
What is the use of generics? When was it added to the Java development Kit?