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 difference between string and stringbuffer?
If an object reference is set to null, will the garbage collector immediately free the memory held by that object?
Is void a data type?
What is meant by null and void?
What is consumer interface?
Differentiate between vector and array list.
Do you need to import math in java?
What is the advantage of preparedstatement over statement?
Enlist few advantages of inheritance?
How do you create a reference in java?
What is a consumer in java?
How you can force the garbage collection?
How to use string tokenizer class.
Explain different types of thread priorities ?
Why static functions are used?