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
What is the type of lambda expression?
Why java is said to be pass-by-value ?
Write a program to reverse a number in java?
Why are parameters used in functions?
When should I use singleton?
How do you get the length of a string in java?
Differentiate between class and structure.
How do you replace all in word?
What is t in parametric equations?
Write a program in java to establish a connection between client and server?
What are different types of multitasking?
What does index mean in java?
enlist some features of jdk.
What is the hashcode () and equals () used for?
What are the basics of core java?