explain System.out.println
Answer Posted / uday
'system' is a public class which is final which can never
be extended..It itself extends object.
'out' is the static object of the class PrintStream.
'println()' is the method of printStream class..
since 'out' is a static object it can be called by using
the class name'system'
so 'Sstem.out.println()'
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the unit of plancks constant?
Which number is denoted by leading zero in java?
what is nested class in java?
How is final different from finally and finalize?
How do you override a variable in java?
Is it necessary that each try block must be followed by a catch block?
What is difference between equal and == in java?
Why do we need wrapper class?
Is java free for businesses?
How many decimal digits is 64 bit?
Explain the difference between collection api and stream api in java8?
What is difference between c++ and java ?
Can list have duplicates in java?
What is the name of the java compiler?
Q1.A. Write note on “The class path Environment Variable”? B. Which are different kinds of source code? Q2.A. How to create an interface? B. Why convert an applet to an application? Q3.A. How to use Media tracker Class. B. How to use string tokenizer class. Q4 A. Explain the overview of UDP messaging. B. Difference between SQL Exception class and SQL Warning class. Q5. A. How to create com object in Java? B. Write short notes on “The properties class” Q6. A. When object is created and destroyed? B. Explain the JDB in depth & command line. C. Write short notes on Web Sites.