Answer Posted / t.jaya govind sudhakar
in System.ou.println();
System is a predefined class in the java.lang package, and
out is a static field which reference to an object of type
Output stream and
println is the method of printstream class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
whatis Home interface and Remoteinterface? with example?
What is string and its types?
Why java is considered dynamic?
What is the difference between stream and buffer?
What language is an assembler written in?
what is thread in Java ?
Is integer passed by reference in java?
What are the three types of design patterns?
make a method which any number and any type of argument and print sum of that arguments.....
What advantage do java's layout managers provide over traditional windowing systems?
What is meant by null and void?
What are the important features of Java 11 release?
What is vector?
How would overload a function based on return type?
Why is the singleton pattern considered to be an anti pattern?