explain System.out.println
Answer Posted / tirath pal singh sisodiya
System.Out.println()
System-System is the final class of the java.lang package it
can not be inherit.
Out-out is the static Object of the PrintStream class which
located in java.io package.
for call any static object with class name then we use
System.Out
println()-println() is the method of printStramClass .
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the default and parameterized constructors?
Can we have two methods in a class with the same name?
What methods are used in Servlet?Applet communication?
What is the difference between super class & sub class?
Why are variables important in research?
Why constructor has no return type?
What is java oops?
Can we define static methods inside interface?
What is the symbol for average?
What is java Applet?
Can two objects have same hashcode?
What is the difference between superclass and subclass?
How do you sort a string in alphabetical order in java?
What are peerless components?
Difference between string, stringbuffer and stringbuilder?