explain System.out.println
Answer Posted / vivek ingle
System is a class in System class their is a declaration of
out Static data member Just Like (public static final
PrintStream out).
Out is Static Data Member.
Println is a method in PrintStaream class.
Public Class System{
public static final PrintStream out;
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we serialize arraylist in java?
How to provide security in java
How do generics work in java?
What methodology can be utilized to link to a database?
Describe string intern() methodology
What is variable and constant explain with example?
Why singleton pattern is better than creating singleton class with static instance?
What is the use of singleton class?
What is the purpose of stub and skeleton?
What do you mean by multithreaded program?
Which collection allows duplicate values in java?
Is null false in java?
What super () does in java?
Explain the difference between private, public, package and protected in java?
What is number data type in java?