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


Please Help Members By Posting Answers For Below Questions

Explain the concept of proper inheritance?

708


What happens if we override private method?

621


Which is better arraylist or vector?

666


Difference between collection, collection and collections in java?

658


Explain about map interface in java?

671






Why destructor is not used in java?

617


What is array command?

655


What is the difference between the size and capacity of a vector?

644


Explain about oops concepts.

730


What is a generic data type?

647


What is meant by interface?

638


How many bytes is a string in java?

619


What is stack explain?

590


What is user defined exception in Java?

705


What access modifiers can be used for methods?

653