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 an example of a constant variable?
What is the most important feature of java? What is an interface?
What is sortedset in java?
What must a class do to implement an interface in java programming?
What is use of inner class in java?
Can we override the private methods?
What is the use of volatile in java?
What is core java used for?
Will the compiler creates a default constructor if I have a parameterized constructor in the class?
Can we convert stringbuilder to string in java?
Why does java not support pointers?
Whats the difference between notify() and notifyall()?
Is jdk required on each machine to run a java program?
What is the difference between the file and randomaccessfile classes?
What does jre stand for?