explain System.out.println
Answer Posted / ji
system. It is a class,and
out is the static member variable,
println is the method(out class method)..........
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Is string is a class in java?
What is difference between identifier and variable?
How do you achieve singleton?
What is member in java?
why java uses class level type casting ?
What is garbage collection? What is the process that is responsible for doing that in java?
What is the difference amongst jvm spec, jvm implementation, jvm runtime ?
What happens when heap memory is full?
Can we override data members in java?
What is mean by exception?
What is time complexity java?
Is string is a data type in java?
what is difference betweem home interface and remote interface?
What is double data type?
What is += mean in java?