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
What mechanism does java use for memory management?
Can arraylist contain null values?
Why we do exception handling in java and how many types of exceptions are there?
How to sort an unsorted array in java?
How does system arraycopy work in java?
What is number data type?
Why declare Main() inside the class in java ?
Why put method is used?
Difference between notify() method and notifyall() method in java?
What are the differences between string, stringbuffer and stringbuilder?
What is your platform?s default character encoding and how to know this?
What class of exceptions are generated by the java run-time system?
What is nested top-level class?
What is the dot operator?
What do you mean by scope of variable?