define System.out.println(); what is the meaning!
Answer Posted / stranger_ajnabi53@yahoo.c
System is a class
out is a method of printstream.
println is method .
| Is This Answer Correct ? | 36 Yes | 92 No |
Post New Answer View All Answers
How does hashset works in java?
What are the six ways to use this keyword?
What is a default constructor and also define copy contrucyor?
How will you get the platform dependent values like line separator, path separator, etc., ?
What do you mean by Function Overloading in java?
What is sizeof in java?
What is the difference amongst jvm spec, jvm implementation, jvm runtime ?
Can constructor return value?
Does hashset allow duplicates in java?
What are the advantages of java?
Can we compare two strings in java?
What is the collections api in java programming?
What is linkedlist in java?
How do you identify if jvm is 32-bit or 64-bit from java program?
what is thread? : Java thread