define System.out.println(); what is the meaning!
Answer Posted / mohit gupta
System is a class and out is a static attribute which is of
type printstream. printstream class has a method called
println().
Is This Answer Correct ? | 69 Yes | 19 No |
Post New Answer View All Answers
Explain the concept of proper inheritance?
What happens if we override private method?
Which is better arraylist or vector?
Difference between collection, collection and collections in java?
Explain about map interface in java?
Why destructor is not used in java?
What is array command?
What is the difference between the size and capacity of a vector?
Explain about oops concepts.
What is a generic data type?
What is meant by interface?
How many bytes is a string in java?
What is stack explain?
What is user defined exception in Java?
What access modifiers can be used for methods?