explain System.out.println
Answer Posted / deepak joshi
System is a class in java.lang package which imports java.io
package.....
out is a object(reference) of OutputStream class passed to
constructor of PrintStream class and println is a method in
PrintStream class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Define inheritance with reference to java.
What is an abstract method in java programming?
What is a priority queue java?
Why bytecode is called bytecode?
What are methods?
What is the driver class?
Can you create an object of an abstract class?
Explain java thread life cycle.
Are there structures in java?
How can you set an applet’s height and width as a percentage?
What is a parameter in java?
How do you write a good declaration?
Why are there no global variables in java?
What are the steps involved to create a bean?
What is the difference between the final method and abstract method?