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 is isa relationship?
Is vector synchronized in java?
What is the difference between import java.util.date and java .util?
What is thread safe in java?
Why is the singleton pattern considered to be an anti pattern?
Is upper case in java?
What do you mean by platform independence?
What is passing value java?
What is finalize() function in java?
Can you call one constructor from another if a class has multiple constructors?
Can a static class have a constructor java?
what is the difference between future and callable interface in java?
Define how can we find the actual size of an object on the heap?
Give me some null interfaces in java?
What is a class reference?